1. What is Query operation ? Junior A. an annotation like @include or @skip that conditionally alters execution or validation of part of a document B. the read-only root operation used to fetch data without causing side effects on the server C. the curly-brace-delimited list of fields a client asks for on a given type D. the built-in ability to query the schema itself, powering tooling, docs and editor autocomplete Reveal the answer + AI explanation — free account
2. Which term means: "the read-only root operation used to fetch data without causing side effects on the server"? Junior A. Introspection B. Variable C. Query operation D. Directive Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. Query operation — an annotation like @include or @skip that conditionally alters execution or validation of part of a document B. Query operation — the built-in ability to query the schema itself, powering tooling, docs and editor autocomplete C. Query operation — a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition D. Query operation — the read-only root operation used to fetch data without causing side effects on the server Reveal the answer + AI explanation — free account
4. What is Field ? Junior A. a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string B. an annotation like @include or @skip that conditionally alters execution or validation of part of a document C. a unit of data requested within a selection set that maps to a function returning a value D. the curly-brace-delimited list of fields a client asks for on a given type Reveal the answer + AI explanation — free account
5. Which term means: "a unit of data requested within a selection set that maps to a function returning a value"? Junior A. Query operation B. Field C. Introspection D. Selection set Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. Field — an annotation like @include or @skip that conditionally alters execution or validation of part of a document B. Field — a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string C. Field — the read-only root operation used to fetch data without causing side effects on the server D. Field — a unit of data requested within a selection set that maps to a function returning a value Reveal the answer + AI explanation — free account
7. What is Selection set ? Junior A. a unit of data requested within a selection set that maps to a function returning a value B. a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition C. the curly-brace-delimited list of fields a client asks for on a given type D. a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string Reveal the answer + AI explanation — free account
8. Which term means: "the curly-brace-delimited list of fields a client asks for on a given type"? Junior A. Variable B. Alias C. Directive D. Selection set Reveal the answer + AI explanation — free account
9. Which statement is correct? Junior A. Selection set — a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string B. Selection set — the curly-brace-delimited list of fields a client asks for on a given type C. Selection set — the built-in ability to query the schema itself, powering tooling, docs and editor autocomplete D. Selection set — a unit of data requested within a selection set that maps to a function returning a value Reveal the answer + AI explanation — free account
10. What is Argument ? Mid A. the built-in ability to query the schema itself, powering tooling, docs and editor autocomplete B. an annotation like @include or @skip that conditionally alters execution or validation of part of a document C. a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns D. a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition Reveal the answer + AI explanation — free account
11. Which term means: "a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns"? Mid A. Fragment B. Argument C. Alias D. Query operation Reveal the answer + AI explanation — free account
12. Which statement is correct? Mid A. Argument — a unit of data requested within a selection set that maps to a function returning a value B. Argument — the curly-brace-delimited list of fields a client asks for on a given type C. Argument — a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns D. Argument — a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition Reveal the answer + AI explanation — free account
13. What is Alias ? Mid A. a client-supplied rename of a field in the response, letting the same field be requested multiple times with different arguments B. the curly-brace-delimited list of fields a client asks for on a given type C. a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns D. the read-only root operation used to fetch data without causing side effects on the server Reveal the answer + AI explanation — free account
14. Which term means: "a client-supplied rename of a field in the response, letting the same field be requested multiple times with different arguments"? Mid A. Introspection B. Argument C. Alias D. Field Reveal the answer + AI explanation — free account
15. Which statement is correct? Mid A. Alias — the read-only root operation used to fetch data without causing side effects on the server B. Alias — a client-supplied rename of a field in the response, letting the same field be requested multiple times with different arguments C. Alias — a unit of data requested within a selection set that maps to a function returning a value D. Alias — a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns Reveal the answer + AI explanation — free account
16. What is Variable ? Mid A. the read-only root operation used to fetch data without causing side effects on the server B. a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string C. a unit of data requested within a selection set that maps to a function returning a value D. the curly-brace-delimited list of fields a client asks for on a given type Reveal the answer + AI explanation — free account
17. Which term means: "a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string"? Mid A. Selection set B. Introspection C. Argument D. Variable Reveal the answer + AI explanation — free account
18. Which statement is correct? Mid A. Variable — a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns B. Variable — a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string C. Variable — a unit of data requested within a selection set that maps to a function returning a value D. Variable — a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition Reveal the answer + AI explanation — free account
19. What is Fragment ? Mid A. the curly-brace-delimited list of fields a client asks for on a given type B. an annotation like @include or @skip that conditionally alters execution or validation of part of a document C. a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition D. a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns Reveal the answer + AI explanation — free account
20. Which term means: "a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition"? Mid A. Selection set B. Introspection C. Alias D. Fragment Reveal the answer + AI explanation — free account
21. Which statement is correct? Mid A. Fragment — a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition B. Fragment — a unit of data requested within a selection set that maps to a function returning a value C. Fragment — the curly-brace-delimited list of fields a client asks for on a given type D. Fragment — a client-supplied rename of a field in the response, letting the same field be requested multiple times with different arguments Reveal the answer + AI explanation — free account
22. What is Introspection ? Senior A. a client-supplied rename of a field in the response, letting the same field be requested multiple times with different arguments B. a unit of data requested within a selection set that maps to a function returning a value C. the built-in ability to query the schema itself, powering tooling, docs and editor autocomplete D. the curly-brace-delimited list of fields a client asks for on a given type Reveal the answer + AI explanation — free account
23. Which term means: "the built-in ability to query the schema itself, powering tooling, docs and editor autocomplete"? Senior A. Field B. Argument C. Introspection D. Directive Reveal the answer + AI explanation — free account
24. Which statement is correct? Senior A. Introspection — a named, reusable selection set on a specific type that can be spread into multiple queries to avoid repetition B. Introspection — the built-in ability to query the schema itself, powering tooling, docs and editor autocomplete C. Introspection — a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string D. Introspection — an annotation like @include or @skip that conditionally alters execution or validation of part of a document Reveal the answer + AI explanation — free account
25. What is Directive ? Senior A. an annotation like @include or @skip that conditionally alters execution or validation of part of a document B. a client-supplied rename of a field in the response, letting the same field be requested multiple times with different arguments C. a typed, named placeholder declared on an operation so argument values can be supplied separately from the query string D. the read-only root operation used to fetch data without causing side effects on the server Reveal the answer + AI explanation — free account
26. Which term means: "an annotation like @include or @skip that conditionally alters execution or validation of part of a document"? Senior A. Variable B. Directive C. Fragment D. Alias Reveal the answer + AI explanation — free account
27. Which statement is correct? Senior A. Directive — a named parameter passed to a field to filter, paginate, or otherwise parameterize what it returns B. Directive — a client-supplied rename of a field in the response, letting the same field be requested multiple times with different arguments C. Directive — the curly-brace-delimited list of fields a client asks for on a given type D. Directive — an annotation like @include or @skip that conditionally alters execution or validation of part of a document Reveal the answer + AI explanation — free account