OBJECT
CustomerAddressCreatePayload
link GraphQL Schema definition
- type CustomerAddressCreatePayload {
- # The new customer address object.
- : MailingAddress
- # List of errors that occurred executing the mutation.
- : [UserError!]!
- }
OBJECT
- type CustomerAddressCreatePayload {
- # The new customer address object.
- : MailingAddress
- # List of errors that occurred executing the mutation.
- : [UserError!]!
- }