INPUT_OBJECT

UpdateScheduleAddressMutationInput

The input object that defines the fields for the updateScheduleAddress mutation.

link GraphQL Schema definition

  • input UpdateScheduleAddressMutationInput {
  • # IDs of `User`s.
  • user_ids: [Int64Bit]
  • # A descriptive name.
  • name: String
  • # 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 latitude.
  • longitude: Longitude
  • # The type of schedule address that this is.
  • type: ScheduleAddressType
  • # The timezone you want times in the system displayed in.
  • timezone: Timezone
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by