Skip to content

GraphQL Schema Reference

AssessmentConnection

GraphQL Schema definition

  • type AssessmentConnection {
  • # List of Assessments
  • nodes: [Assessment]
  • # Information to aid in pagination
  • pageInfo: PageInfo
  • }

Require by