Class ByProjectKeyGraphqlQuery<T>

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyGraphqlQuery<T>>, ClientRequestCommand<GraphQLResponse<T>>, CreateHttpRequestCommand, RequestCommand<GraphQLResponse<T>>

public class ByProjectKeyGraphqlQuery<T> extends BodyApiMethod<ByProjectKeyGraphqlQuery<T>,GraphQLResponse<T>,GraphQLRequest<T>> implements ErrorableTrait<ByProjectKeyGraphqlQuery<T>>

Execute a GraphQL query



   CompletableFuture<ApiHttpResponse<GraphQLDataResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .graphql()
            .query(null)
            .execute()