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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCustomerSignMeUpGraphQLQuery(CustomerSignMeUpDraft 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
-
CustomerSignMeUpGraphQLQuery
public CustomerSignMeUpGraphQLQuery(CustomerSignMeUpDraft draft, String storeKey, String queryName, Set<String> fieldsSet) -
CustomerSignMeUpGraphQLQuery
public CustomerSignMeUpGraphQLQuery()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classcom.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
newRequest
-