Skip to content

createLocationInput

Autogenerated input type of createLocation

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createLocation
"""
input createLocationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
city: String
country: String
line1: String
line2: String
name: String
npi: String
other_id: String
other_id_qual: String
place_of_service_id: String
state: String
user_id: String
zip: String
}