+1 vote
in GraphQL by

_____________ is generally seen as a contract between the client and the server in GraphQL API.

select the correct option from below list

a)Mutation

b)Query

c)Schema

d)None of the options

1 Answer

0 votes
by
c)Schema is generally seen as a contract between the client and the server in GraphQL API.
...