OBJECT
DocumentCommentSeensEdge
A DocumentCommentSeen edge in the connection.
link GraphQL Schema definition
- type DocumentCommentSeensEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DocumentCommentSeen` at the end of the edge.
- : DocumentCommentSeen!
- }