Adding Comments & Descriptions in GraphQL Based on this comment from a GitHub issue. type Person { """name of a person""" name: String #TODO: Add surname }