createDosespotInput
Autogenerated input type of createDosespot
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}