Class CustomerSignMeUpGraphQLQuery

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

public class CustomerSignMeUpGraphQLQuery 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 If used with an access token for Anonymous Sessions, all orders and carts belonging to the anonymousId will be assigned to the newly created customer.
  • Constructor Details

    • CustomerSignMeUpGraphQLQuery

      public CustomerSignMeUpGraphQLQuery(CustomerSignMeUpDraft draft, String storeKey, String queryName, Set<String> fieldsSet)
    • CustomerSignMeUpGraphQLQuery

      public CustomerSignMeUpGraphQLQuery()
  • Method Details

    • getOperationName

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

      public static CustomerSignMeUpGraphQLQuery.Builder newRequest()