INPUT_OBJECT

PhysicianLocationInput

Payload for a location of a physician

link GraphQL Schema definition

  • input PhysicianLocationInput {
  • # 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 NPI of the location
  • npi: String
  • # The other ID of the location
  • other_id: String
  • # The other ID qual of the location
  • other_id_qual: String
  • # The place of service ID of the location
  • place_of_service_id: String
  • # The state
  • state: String
  • # The ID of user who owns the location
  • user_id: String
  • # The zip code
  • zip: String
  • }