OBJECT

TagConnection

link GraphQL Schema definition

  • type TagConnection {
  • # A list of edges.
  • edges: [TagEdge!]!
  • # A list of nodes.
  • nodes: [Tag!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • total: Long!
  • }