camelCase
UpperCamelCase
CAPITALIZED_WITH_UNDERSCORES
Non-Null
DateTime
String
required
filter
sort
Enum
[Enum!]
limit
skip
page
perPage
items
pageInfo
id
Query
errors
Authorization is one of the relatively difficult problems in GraphQL. There are 2 main approaches to address this problem:
This section provides with suggestions of how to implement authorization in your GraphQL API.