INPUT_OBJECT

UpdatePlanReviewInput

Update a previously created review

link GraphQL Schema definition

  • input UpdatePlanReviewInput {
  • # 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!
  • # The ID of the review to update
  • reviewId: ID!
  • # List of reviewed plans
  • reviewedPlans: [ReviewedPlanInput!]!
  • # The ID of the simulation that generated this set of plans
  • simulationId: String!
  • }

link Require by