Skip to content

GraphQL Schema Reference

PhaseConnection

GraphQL Schema definition

  • type PhaseConnection {
  • # List of Phases
  • nodes: [Phase]
  • # Information to aid in pagination
  • pageInfo: PageInfo
  • }

Require by