GraphQL referenceTypesStableObjectsCommentOn this pageCommentRepresentation of a Generic comment type Comment { id: Int text: String!} Fields id ● Int The id of the comment if it has one text ● String! The text/description of the comment Example { "id": 2, "text": "This is an comment"}