GraphQL Module¶
The GraphQL Module includes a high level API for exposing GraphQL types to the shared application schemas.
Using GraphQL allows us to define a unified query language for all our applications by defining a type system that both server and clients can ubiquitously understand.
Before reading further it is recommended that you become familiar with the GraphQL language and its related concepts