INPUT_OBJECT

CreateNetworkSiteAddressMutationInput

Provides address details for a network site.

link GraphQL Schema definition

  • input CreateNetworkSiteAddressMutationInput {
  • # Address line 1.
  • line1: String
  • # Address line 2.
  • line2: String
  • # A city.
  • city: String
  • # A state, province, or other country subdivision.
  • subdivision: Subdivision
  • # A ZIP or postal code.
  • zip: String
  • # A two character country code.
  • country: Country!
  • # A decimal latitude.
  • latitude: Latitude!
  • # A decimal longitude.
  • longitude: Longitude!
  • # The timezone you want times in the system displayed in.
  • timezone: Timezone
  • }