0 votes
in GraphQL by
What is Under-fetching?

1 Answer

0 votes
by

Under-fetching is a response where the client doesn't get enough data. The under-fetching response doesn't have enough data with a call to an endpoint, so you have to call a second endpoint to fulfill your request or multiple API calls to fetch the complete data.

...