Class ByProjectKeyGraphqlPostString

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

public class ByProjectKeyGraphqlPostString extends StringBodyApiMethod<ByProjectKeyGraphqlPostString,GraphQLResponse>

Execute a GraphQL request.



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