Skip to content

createLocationInput

Autogenerated input type of createLocation

Fields

Used By

Definition

"""
Autogenerated input type of createLocation
"""
input createLocationInput {
city: String
country: String
line1: String
line2: String
name: String
npi: String
other_id: ID
other_id_qual: ID
place_of_service_id: ID
state: String
user_id: ID
zip: String
}