public static class Storefront.CustomerAddressUpdatePayloadQuery extends Query<Storefront.CustomerAddressUpdatePayloadQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CustomerAddressUpdatePayloadQuery |
customerAddress(Storefront.MailingAddressQueryDefinition queryDef)
The customer’s updated mailing address.
|
Storefront.CustomerAddressUpdatePayloadQuery |
customerUserErrors(Storefront.CustomerUserErrorQueryDefinition queryDef)
The list of errors that occurred from executing the mutation.
|
Storefront.CustomerAddressUpdatePayloadQuery |
userErrors(Storefront.UserErrorQueryDefinition queryDef)
Deprecated.
Use `customerUserErrors` instead.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CustomerAddressUpdatePayloadQuery customerAddress(Storefront.MailingAddressQueryDefinition queryDef)
public Storefront.CustomerAddressUpdatePayloadQuery customerUserErrors(Storefront.CustomerUserErrorQueryDefinition queryDef)
@Deprecated public Storefront.CustomerAddressUpdatePayloadQuery userErrors(Storefront.UserErrorQueryDefinition queryDef)