public class GraphQLAPIUtil
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLAPIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONObject |
callGraphQLAPI(java.lang.String graphQLCommand)
Handles calls to the Content Services GraphQL API.
|
public static org.json.JSONObject callGraphQLAPI(java.lang.String graphQLCommand)
graphQLCommand - GraphQL command, either a query or mutation, to pass to the
Content Services GraphQL API