In GraphQL, which query allows the client to specify exactly which fields it wants?
a) REST query
b) Precise query
c) Explicit query
d) GraphQL query
Answer:
d) GraphQL query
Explanation:
In GraphQL, a query allows clients to request exactly the fields they need, making data fetching efficient and flexible.