OBJECT

DocumentTagsConnection

A connection to a list of DocumentTag values.

link GraphQL Schema definition

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