OBJECT
CustomerAddressUpdatePayload
link GraphQL Schema definition
- type CustomerAddressUpdatePayload {
- # The customer’s updated mailing address.
- : MailingAddress
- # List of errors that occurred executing the mutation.
- : [UserError!]!
- }
OBJECT
- type CustomerAddressUpdatePayload {
- # The customer’s updated mailing address.
- : MailingAddress
- # List of errors that occurred executing the mutation.
- : [UserError!]!
- }