0 votes
in GraphQL by
Which of the following is a special root type present for writing the schema of an API?

select the correct option from below list

a)type Subscription{…}

b)type Mutation{…}

c)type Query{…}

d)All the options

1 Answer

0 votes
by

d)All the options

type Subscription{…}, type Mutation{…} and type Query{…} are special root type present for writing the schema of an API

Related questions

0 votes
asked Mar 2, 2022 in GraphQL by rajeshsharma
0 votes
asked Apr 10, 2023 in GraphQL by Robindeniel
...