Class ByProjectKeyGraphqlPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyGraphqlPostString,GraphQLResponse>
com.commercetools.api.client.ByProjectKeyGraphqlPostString
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyGraphqlPostString>, io.vrap.rmf.base.client.ClientRequestCommand<GraphQLResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<GraphQLResponse>

public class ByProjectKeyGraphqlPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyGraphqlPostString,GraphQLResponse> implements ErrorableTrait<ByProjectKeyGraphqlPostString>

Execute a GraphQL query



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