+1 vote
in GraphQL by
_____________ is a collection of functions that generate response for a GraphQL query.

a)Subscriptions

b)Mutations

c)Resolver

d)Directives

1 Answer

0 votes
by

c)Resolver is a collection of functions that generate response for a GraphQL query.

...