OBJECT
Additional information about a counselor
type CounselorInfo {# Unique identifierid: Int! # Display name (aka. question)title: String! # Content of the information (aka. answer)content: String! }