Class ByProjectKeyGraphqlPost

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

public class ByProjectKeyGraphqlPost extends io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyGraphqlPost,GraphQLResponse,GraphQLRequest> implements ErrorableTrait<ByProjectKeyGraphqlPost>

Execute a GraphQL query



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