Class CustomerSignUpGraphQLQuery

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

public class CustomerSignUpGraphQLQuery extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
Creates a customer. If an anonymous cart is given then the cart is assigned to the created customer and the version number of the Cart will increase. If the id of an anonymous session is given, all carts and orders will be assigned to the created customer.
  • Constructor Details

    • CustomerSignUpGraphQLQuery

      public CustomerSignUpGraphQLQuery(CustomerSignUpDraft draft, String storeKey, String queryName, Set<String> fieldsSet)
    • CustomerSignUpGraphQLQuery

      public CustomerSignUpGraphQLQuery()
  • Method Details

    • getOperationName

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

      public static CustomerSignUpGraphQLQuery.Builder newRequest()