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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCustomerSignUpGraphQLQuery(CustomerSignUpDraft draft, String storeKey, String queryName, Set<String> fieldsSet) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
getInput, getName, getOperation, getOperationType, getQueryAlias, getVariableDefinitions, setQueryAlias
-
Constructor Details
-
CustomerSignUpGraphQLQuery
public CustomerSignUpGraphQLQuery(CustomerSignUpDraft draft, String storeKey, String queryName, Set<String> fieldsSet) -
CustomerSignUpGraphQLQuery
public CustomerSignUpGraphQLQuery()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classcom.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
newRequest
-