Prev Next

API / GraphQL Interview Questions

What is Under-fetching in GraphQL?

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 another endpoint to fulfill your request or multiple API calls to fetch the complete data.

More Related questions...

Show more question and Answers...


Comments & Discussions