| Package | Description |
|---|---|
| net.morimekta.providence.graphql | |
| net.morimekta.providence.graphql.gql |
| Modifier and Type | Method and Description |
|---|---|
GQLOperation |
GQLContext.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
Context |
GQLContextFactory.createContext(javax.servlet.http.HttpServletRequest request,
GQLOperation operation)
Create a context for the given HTTP request and GQL operation.
|
protected void |
GQLServlet.handleOperation(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
GQLOperation operation,
boolean handleSerially)
Handle operation.
|
| Constructor and Description |
|---|
GQLContext(javax.servlet.http.HttpServletRequest request,
GQLOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
Optional<GQLOperation> |
GQLQuery.getOperation(String name) |
| Constructor and Description |
|---|
GQLQuery(Map<String,GQLOperation> operationMap,
Map<String,GQLFragmentDefinition> fragmentMap) |
Copyright © 2015–2020 morimekta.net. All rights reserved.