Uses of Class
graphql.spring.web.servlet.GraphQLInvocationData
-
Packages that use GraphQLInvocationData Package Description graphql.spring.web.servlet graphql.spring.web.servlet.components -
-
Uses of GraphQLInvocationData in graphql.spring.web.servlet
Methods in graphql.spring.web.servlet with parameters of type GraphQLInvocationData Modifier and Type Method Description java.util.concurrent.CompletableFuture<graphql.ExecutionResult>GraphQLInvocation. invoke(GraphQLInvocationData invocationData, org.springframework.web.context.request.WebRequest webRequest) -
Uses of GraphQLInvocationData in graphql.spring.web.servlet.components
Methods in graphql.spring.web.servlet.components with parameters of type GraphQLInvocationData Modifier and Type Method Description java.util.concurrent.CompletableFuture<graphql.ExecutionResult>DefaultGraphQLInvocation. invoke(GraphQLInvocationData invocationData, org.springframework.web.context.request.WebRequest webRequest)
-