0 votes
in GraphQL by
Which statement about GraphQL servers is true?

select the correct option from below list

a)A GraphQL server that does not use DataLoader is not a GraphQL Server

b)A single record is never fetched more than once for a given query

c)Query fields are resolved depth-first

d)Resolvers can be defined on a field granularity

1 Answer

0 votes
by
d)Resolvers can be defined on a field granularity
...