Package com.commercetools.api.models.graph_ql


package com.commercetools.api.models.graph_ql
  • Class
    Description
    Contains an error message, the location of the code that caused the error, and other information to help you correct the error.
    GraphQLErrorBuilder Example to create an instance using the builder pattern
    Represents the location within your query where the error occurred.
    GraphQLErrorLocationBuilder Example to create an instance using the builder pattern
    The query, operation name, and variables that are sent to the GraphQL API.
    GraphQLRequestBuilder Example to create an instance using the builder pattern
    error is present in the response only if the GraphQL query was unsuccessful.
    GraphQLResponseBuilder Example to create an instance using the builder pattern
    The variables that the GraphQL query uses.
    GraphQLVariablesMapBuilder Example to create an instance using the builder pattern