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