public class GraphResource extends Object
Constructor and Description |
---|
GraphResource(ConfluenceGraphQLRestEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getGraphiqlApp() |
javax.ws.rs.core.Response |
getSchema(String style) |
javax.ws.rs.core.Response |
getSchema(String style,
String field) |
javax.ws.rs.core.Response |
getSchema(String style,
String field1,
String field2) |
javax.ws.rs.core.Response |
query(String requestString,
String query,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
javax.ws.rs.core.Response |
queryLegacy(String requestString,
String query,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
public GraphResource(ConfluenceGraphQLRestEndpoint endpoint)
@XsrfProtectionExcluded public javax.ws.rs.core.Response query(String requestString, String query, @Context javax.ws.rs.core.UriInfo uriInfo, @Context javax.servlet.http.HttpServletRequest request) throws Exception
Exception
@XsrfProtectionExcluded public javax.ws.rs.core.Response queryLegacy(String requestString, String query, @Context javax.ws.rs.core.UriInfo uriInfo, @Context javax.servlet.http.HttpServletRequest request) throws Exception
Exception
public javax.ws.rs.core.Response getSchema(String style)
Copyright © 2003–2017 Atlassian. All rights reserved.