Skip to content

GraphQL Schema Reference

TestCaseConnection

GraphQL Schema definition

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

Require by