INPUT_OBJECT

PatientLocationInputs

A location of a patient

link GraphQL Schema definition

  • input PatientLocationInputs {
  • # The city
  • city: String
  • # The country code
  • country: String
  • # The ID of the location
  • id: ID
  • # The first line of the address
  • line1: String
  • # The second line of the address
  • line2: String
  • # The graphql_name of the location
  • name: String
  • # The state
  • state: String
  • # The zip code
  • zip: String
  • }