API / GraphQL Interview Questions
What is Over-fetching in GraphQL?
Over-fetching is a response where the client gets extra/additional data for an API request that the client won't use. Over-fetching unnecessarily increases the payload size.
More Related questions...