INPUT_OBJECT

CreatePlanReviewInput

Create a review of plans previously retrieved by plansForReview

link GraphQL Schema definition

  • input CreatePlanReviewInput {
  • # The filter used to retrieve this set of plans for review
  • groupFilter: String!
  • # The name of the project containing the simulation that generated this set of
  • # plans
  • project: String!
  • # List of reviewed plans
  • reviewedPlans: [ReviewedPlanInput!]!
  • # The ID of the simulation that generated this set of plans
  • simulationId: String!
  • }

link Require by