| Package | Description |
|---|---|
| io.stargate.graphql.web.resources |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphqlResourceBase.postJson(GraphqlJsonBody jsonBody,
String queryFromUrl,
graphql.GraphQL graphql,
javax.servlet.http.HttpServletRequest httpRequest,
javax.ws.rs.container.AsyncResponse asyncResponse)
Handles a GraphQL POST request that uses the
MediaType.APPLICATION_JSON content type. |
void |
DmlResource.postJson(GraphqlJsonBody jsonBody,
String queryFromUrl,
javax.servlet.http.HttpServletRequest httpRequest,
javax.ws.rs.container.AsyncResponse asyncResponse) |
void |
DdlResource.postJson(GraphqlJsonBody jsonBody,
String queryFromUrl,
javax.servlet.http.HttpServletRequest httpRequest,
javax.ws.rs.container.AsyncResponse asyncResponse) |
void |
AdminResource.postJson(GraphqlJsonBody jsonBody,
String queryFromUrl,
javax.servlet.http.HttpServletRequest httpRequest,
javax.ws.rs.container.AsyncResponse asyncResponse) |
void |
DmlResource.postJson(String keyspaceName,
GraphqlJsonBody jsonBody,
String queryFromUrl,
javax.servlet.http.HttpServletRequest httpRequest,
javax.ws.rs.container.AsyncResponse asyncResponse) |
protected void |
GraphqlResourceBase.postMultipartJson(GraphqlJsonBody jsonBody,
org.glassfish.jersey.media.multipart.FormDataMultiPart allParts,
graphql.GraphQL graphql,
javax.servlet.http.HttpServletRequest httpRequest,
javax.ws.rs.container.AsyncResponse asyncResponse)
Handles a GraphQL POST request that uses the
MediaType.MULTIPART_FORM_DATA content
type, allowing file arguments. |
void |
AdminResource.postMultipartJson(GraphqlJsonBody graphqlPart,
org.glassfish.jersey.media.multipart.FormDataMultiPart allParts,
javax.servlet.http.HttpServletRequest httpRequest,
javax.ws.rs.container.AsyncResponse asyncResponse) |
Copyright © 2022. All rights reserved.