OBJECT

PlanForReview

link GraphQL Schema definition

  • type PlanForReview {
  • cost: Float!
  • interventions: [String!]!
  • planID: ID!
  • rank: Int!
  • subjectCount: Long!
  • subjects: [ID!]!
  • }