public static class Storefront.CheckoutCustomerAssociateV2PayloadQuery extends Query<Storefront.CheckoutCustomerAssociateV2PayloadQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
checkout(Storefront.CheckoutQueryDefinition queryDef)
The updated checkout object.
|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
The list of errors that occurred from executing the mutation.
|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
customer(Storefront.CustomerQueryDefinition queryDef)
The associated customer object.
|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
userErrors(Storefront.UserErrorQueryDefinition queryDef)
Deprecated.
Use `checkoutUserErrors` instead.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CheckoutCustomerAssociateV2PayloadQuery checkout(Storefront.CheckoutQueryDefinition queryDef)
public Storefront.CheckoutCustomerAssociateV2PayloadQuery checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
public Storefront.CheckoutCustomerAssociateV2PayloadQuery customer(Storefront.CustomerQueryDefinition queryDef)
@Deprecated public Storefront.CheckoutCustomerAssociateV2PayloadQuery userErrors(Storefront.UserErrorQueryDefinition queryDef)