Skip to content

createDosespotInput

Autogenerated input type of createDosespot

Fields

deprecated DO NOT USE
clinic_id · String! · required · The ID of the clinic
clinic_key · String! · required · The key of the clinic
dosespot_user_id · String! · required · The ID of the Dosespot user
user_id · ID! · required · The ID of the user
is_clinic_admin · Boolean! · required · This user is a clinic admin in dosespot

Used By

Definition

"""
Autogenerated input type of createDosespot
"""
input createDosespotInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the clinic
"""
clinic_id: String!
"""
The key of the clinic
"""
clinic_key: String!
"""
The ID of the Dosespot user
"""
dosespot_user_id: String!
"""
The ID of the user
"""
user_id: ID!
"""
This user is a clinic admin in dosespot
"""
is_clinic_admin: Boolean! = false
}