OBJECT
DocumentCommentSeensConnection
A connection to a list of DocumentCommentSeen values.
link GraphQL Schema definition
- type DocumentCommentSeensConnection {
- # A list of `DocumentCommentSeen` objects.
- : [DocumentCommentSeen!]!
- # A list of edges which contains the `DocumentCommentSeen` and cursor to aid in
- # pagination.
- : [DocumentCommentSeensEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DocumentCommentSeen` you could get from the connection.
- : Int!
- }