Coach List

Get the Coaches List

Use the coaches query to list all the available coaches within the TeleWellness Portal.

Available Fields

Examples

Get the list of all coaches

{
  coaches {
    edges {
      node {
        id
        email
        name
        isAdmin
        roles
        createdAt
        updatedAt
        permissions
      }
    }
  }
}

Last updated