Objects types

circle-info

Object types are fundamental to GraphQL schemas. They define:

  1. The types of objects that can be retrieved from your service

  2. The fields each object type contains

Learn more about Object typesarrow-up-right.

Last updated

Was this helpful?