Class ByProjectKeyGraphqlPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyGraphqlPost>, ClientRequestCommand<GraphQLResponse>, CreateHttpRequestCommand, HttpRequestCommand<GraphQLResponse>, RequestCommand<GraphQLResponse>

Execute a GraphQL query



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.graph_ql.GraphQLResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .graphql()
            .post(null)
            .execute()