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