INPUT_OBJECT
CreateScheduleAddressMutationInput
The input object that defines the fields for the createScheduleAddress mutation.
link GraphQL Schema definition
- input CreateScheduleAddressMutationInput {
 - #   IDs of `User`s.
 - : [Int64Bit]!
 - #   A descriptive name.
 - : String!
 - #   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 type of schedule address that this is.
 - : ScheduleAddressType!
 - #   The timezone you want times in the system displayed in.
 - : Timezone
 - #   A note about this entity.
 - : NoteMutationInput
 - }