OBJECT

DocumentCommentSeensConnection

A connection to a list of DocumentCommentSeen values.

link GraphQL Schema definition

  • type DocumentCommentSeensConnection {
  • # A list of `DocumentCommentSeen` objects.
  • nodes: [DocumentCommentSeen!]!
  • # A list of edges which contains the `DocumentCommentSeen` and cursor to aid in
  • # pagination.
  • edges: [DocumentCommentSeensEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DocumentCommentSeen` you could get from the connection.
  • totalCount: Int!
  • }