GraphQL current version: 1.12.9 (2021.05.17)
Schema - executes query.
Query - Read your data.
Mutation - Create, update, delete of your data.
-
null
, true/false to decide if this field can or cannot be NULL -
method
to decide which method to call onobject
.
-
required
, true/false to decide if this argument is required or optional.
implements coerce_input
and coerce_result
methods.