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: Query
  • # The mutation root of this schema. See available mutations.
  • mutation: Mutation
  • # Subscriptions for events tracking
  • subscription: Subscription
  • }