Class ByProjectKeyGraphqlPostString

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyGraphqlPostString>, 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("")
            .execute()