Class DeleteMyCustomerGraphQLQuery

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

public class DeleteMyCustomerGraphQLQuery 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

    • DeleteMyCustomerGraphQLQuery

      public DeleteMyCustomerGraphQLQuery(Long version, Boolean personalDataErasure, String storeKey, String queryName, Set<String> fieldsSet)
    • DeleteMyCustomerGraphQLQuery

      public DeleteMyCustomerGraphQLQuery()
  • Method Details

    • getOperationName

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

      public static DeleteMyCustomerGraphQLQuery.Builder newRequest()