Uses of Class
net.morimekta.providence.graphql.gql.GQLOperation
-
Packages that use GQLOperation Package Description net.morimekta.providence.graphql net.morimekta.providence.graphql.gql -
-
Uses of GQLOperation in net.morimekta.providence.graphql
Methods in net.morimekta.providence.graphql that return GQLOperation Modifier and Type Method Description GQLOperationGQLContext. getOperation()Methods in net.morimekta.providence.graphql with parameters of type GQLOperation Modifier and Type Method Description ContextGQLContextFactory. createContext(javax.servlet.http.HttpServletRequest request, GQLOperation operation)Create a context for the given HTTP request and GQL operation.protected voidGQLServlet. handleOperation(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, GQLOperation operation, boolean handleSerially)Handle operation.Constructors in net.morimekta.providence.graphql with parameters of type GQLOperation Constructor Description GQLContext(javax.servlet.http.HttpServletRequest request, GQLOperation operation) -
Uses of GQLOperation in net.morimekta.providence.graphql.gql
Methods in net.morimekta.providence.graphql.gql that return types with arguments of type GQLOperation Modifier and Type Method Description java.util.Optional<GQLOperation>GQLQuery. getOperation(java.lang.String name)Constructor parameters in net.morimekta.providence.graphql.gql with type arguments of type GQLOperation Constructor Description GQLQuery(java.util.Map<java.lang.String,GQLOperation> operationMap, java.util.Map<java.lang.String,GQLFragmentDefinition> fragmentMap)
-