Graphql schema documentation
The complete schema for the Healthie API
link GraphQL Schema definition
- schema {
- # The query root of this schema. See available queries.
- Query :
- # The mutation root of this schema. See available mutations.
- Mutation :
- # Subscriptions for events tracking
- Subscription :
- }