Package 

Class GraphQLRequestHandler

    • Method Summary

      Modifier and Type Method Description
      GraphQLResponse<?> executeRequest(GraphQLRequest request, GraphQLContext context, Map<?, Object> graphQLContext) Execute a GraphQL request in a non-blocking fashion.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • executeRequest

         GraphQLResponse<?> executeRequest(GraphQLRequest request, GraphQLContext context, Map<?, Object> graphQLContext)

        Execute a GraphQL request in a non-blocking fashion. This should only be used for queries and mutations. Subscriptions require more specific server logic and will need to be handled separately.