This module contains the implementation of the graphql handler.
Classes
GraphQlHandler
GraphQl Handler
Bases: object
object
schema (GraphQLSchema) –
Execute incoming request extracting variables and passing to graphql.
request (Request) – The request containing the graphql operation.
A response containing the graphql result.
Response
Get schema
request (Request) – An empty request.
A Response containing the schema as a string.