INPUT_OBJECT
UpdateServiceableAddressMutationInput
The input object that defines the fields for the updateServiceableAddress mutation.
link GraphQL Schema definition
- input UpdateServiceableAddressMutationInput {
- # 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 :
- # The timezone you want times in the system displayed in.
- Timezone :
- # IDs of `NetworkSite`s.
- Int64Bit] : [
- # Address status ID.
- Int64Bit :
- # Whether or not this address is an anchor
- Boolean :
- # The address ID for the Anchor address
- Int64Bit :
- # The ID of a BillingDefault.
- Int64Bit :
- # The attainable download speed in kilobits per second.
- Int :
- # The attainable upload speed in kilobits per second.
- Int :
- # 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] : [
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- AssociateFileMutationInput] : [
- # Setting this value to `true` will set `line2` to null.
- Boolean :
- # Setting this value to `true` will set `anchor_address_id` to null.
- Boolean :
- # Setting this value to `true` will set `billing_default_id` to null.
- Boolean :
- # Setting this value to `true` will set `attainable_download_speed` to null.
- Boolean :
- # Setting this value to `true` will set `attainable_upload_speed` to null.
- Boolean :
- }