GraphQL - Basics and Philosophy
Examine this GraphQL query:
Why does this query cause under-fetching if the client also needs the user's name and email?
{ user { id } }Why does this query cause under-fetching if the client also needs the user's name and email?
