OBJECT
DoseSpot
Only available to Internal Healthie Users -- Roles assigned to a given User
link GraphQL Schema definition
- type DoseSpot {
- # State of account being approved
- Boolean :
- # User's Clinic ID
- String :
- # User's Clinic Key
- String :
- # Date the object was created
- String :
- # User ID associated with DoseSpot
- String :
- # The unique identifier of the type
- ID! :
- # Number of notifications on dosespot the User has
- String :
- # ID of the user prescribing the dosespot
- String :
- # Date the object was last updated
- String :
- # User ID associated with the dosespot object in Healthie
- String :
- }