Class GraphQLRequestHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphQLRequestHandler(GraphQL graphQL, KotlinDataLoaderRegistryFactory dataLoaderRegistryFactory)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      GraphQLServerResponse executeRequest(GraphQLServerRequest graphQLRequest, GraphQLContext graphQLContext) Execute a GraphQL request in a non-blocking fashion.
      Flow<GraphQLResponse<?>> executeSubscription(GraphQLRequest graphQLRequest, GraphQLContext graphQLContext) Execute a GraphQL subscription operation 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

      • GraphQLRequestHandler

        GraphQLRequestHandler(GraphQL graphQL, KotlinDataLoaderRegistryFactory dataLoaderRegistryFactory)