0 votes
in GraphQL by
What is the use of resolver in GraphQL?

1 Answer

0 votes
by

In GraphQL, a resolver is used to handle queries and produce a response to the GraphQL query.

...