OBJECT

AllTagsConnection

A connection to a list of String values.

link GraphQL Schema definition

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