OBJECT

TagsConnection

Connection Type for Tag

link GraphQL Schema definition

  • type TagsConnection {
  • # List of nodes
  • nodes: [Tag!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by