Class: GraphQLHandler

vertx-web-graphql-js/graph_ql_handler~ GraphQLHandler

new GraphQLHandler()

Source:

Methods

handle(event)

Something has happened, so handle it.
Parameters:
Name Type Description
event RoutingContext the event to handle
Source:

queryContext(factory) → {GraphQLHandler}

Customize the query context object. The provided factory method will be invoked for each incoming GraphQL request.
Parameters:
Name Type Description
factory function
Source:
Returns:
a reference to this, so the API can be used fluently
Type
GraphQLHandler