0 votes
in GraphQL by
What is Over-fetching in GraphQL?

1 Answer

0 votes
by

Over-fetching is a response where the client gets too much data or extra data for an API request. In over-fetching, you have a lot of additional data in the response you don't use. Over-fetching unnecessarily increases the payload size.

...