Skip to content

GraphQL Schema Reference

TagConnection

GraphQL Schema definition

  • type TagConnection {
  • # List of Test Cases
  • nodes: [Tag]
  • # Information to aid in pagination
  • pageInfo: PageInfo
  • }

Require by