OBJECT

CounselorInfo

Additional information about a counselor

link GraphQL Schema definition

  • type CounselorInfo {
  • # Unique identifier
  • id: Int!
  • # Display name (aka. question)
  • title: String!
  • # Content of the information (aka. answer)
  • content: String!
  • }