INPUT_OBJECT
CreateServiceableAddressMutationInput
The input object that defines the fields for the createServiceableAddress mutation.
link GraphQL Schema definition
- input CreateServiceableAddressMutationInput {
- # The ID of the entity.
- Int64Bit :
- # Address line 1.
- String! :
- # Address line 2.
- String :
- # A city.
- String! :
- # A state, province, or other country subdivision.
- Subdivision :
- # A ZIP or postal code.
- String! :
- # A two character country code.
- Country! :
- # A decimal latitude.
- Latitude! :
- # A decimal latitude.
- Longitude! :
- # Data to insert into custom fields.
- CustomFieldDataMutationInput] : [
- # If IDs of `CustomField` objects that are associated with this entity are
- # provided here, they will be unset and removed. You cannot unset data where the
- # `CustomField` property `required` is set to `true`.
- Int64Bit] : [
- }