GraphQL

GraphQL is a concise API language, consisting of:

QueriesRead-only functions to query and retrieve data.
MutationsUsed to create, update or delete data.
ObjectsData types returned by Queries.
Input ObjectsData types used as input to Mutations.
EnumsPredefined choice lists used as fields in Objects.
ScalarsBasic types used as fields in Objects.

New to GraphQL?

» Get started with GraphQL in 7 minutes →