Class DeleteMyCartGraphQLQuery

java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
com.commercetools.graphql.api.client.DeleteMyCartGraphQLQuery

public class DeleteMyCartGraphQLQuery extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
  • Constructor Details

    • DeleteMyCartGraphQLQuery

      public DeleteMyCartGraphQLQuery(String id, Long version, String storeKey, String queryName, Set<String> fieldsSet)
    • DeleteMyCartGraphQLQuery

      public DeleteMyCartGraphQLQuery()
  • Method Details

    • getOperationName

      public String getOperationName()
      Specified by:
      getOperationName in class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
    • newRequest

      public static DeleteMyCartGraphQLQuery.Builder newRequest()