0 votes
in GraphQL by
What is the use of object types in GraphQL?

1 Answer

0 votes
by

The resources that are accessed by a client is called Objects. Objects can contain a list of GraphQL fields.

...