0 votes
in GraphQL by
How GraphQL utilizes the data loading process?

1 Answer

0 votes
by

When the users fetch the data in GraphQL, it retrieves only the minimum amount of data that is required by the client. Even if the object model contains a lot of fields, the client can request only the required fields.

...