INPUT_OBJECT

DeletePlanReviewInput

Delete a previously created review

link GraphQL Schema definition

  • input DeletePlanReviewInput {
  • # The name of the project containing the simulation that generated this set of
  • # plans
  • project: String!
  • # The ID of the review to delete
  • reviewId: ID!
  • # The ID of the simulation that generated this set of plans
  • simulationId: String!
  • }

link Require by