1 Guides

schema

GraphQL Schema and its Types

GraphQL schema is the blueprint of a GraphQl API and describes the form of the data returned by the API. Let's take a look at its type system with examples.