July 2019
Beginner to intermediate
300 pages
7h 48m
English
Data in GraphQL can be defined using the following types:
Object
This type represents any kind of object that can be fetched from a GraphQL service through a query operation, including the fields within the object and/or relationships to other objects. Furthermore, fields within an object can have zero or many arguments.
Input
Similar to the object type, this type is used to define objects to be used as inputs in a mutation operation.
Scalar
This type defines the type of data within the fields of an object or input type. There are five default scalar types:
Read now
Unlock full access