INPUT_OBJECT
UpdateNetworkSiteAddressMutationInput
Update the address details for a network site.
link GraphQL Schema definition
- input UpdateNetworkSiteAddressMutationInput {
- # Address line 1.
- : String
- # Address line 2.
- : String
- # Setting this value to `true` will set `line2` to null.
- : Boolean
- # 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 longitude.
- : Longitude
- # The timezone you want times in the system displayed in.
- : Timezone
- }