Anchor to BusinessCustomerUserErrorBusiness
objectBusiness Customer User Error
An error that happens during the execution of a business customer mutation.
Anchor to FieldsFields
- Anchor to codecode•Business
Customer Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Updates an address on a company location.
- Anchor to addressaddress•Company
Address Input! required The input fields to use to update the address.
- Anchor to addressTypesaddress•[Company
Types Address Type!]! required The list of address types on the location to update.
- Anchor to locationIdlocation•ID!
Id required The ID of the company location to update addresses on.
Arguments
- Anchor to addressesaddresses•[Company
Address!] The list of updated addresses on the company location.
- Anchor to userErrorsuser•[Business
Errors Customer User Error!]! non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?