INPUT_OBJECT

ReopenProjectInput

link GraphQL Schema definition

  • input ReopenProjectInput {
  • startDate: Date!
  • endDate: Date!
  • # Identifier of the ProjectEntity to perform the action on.
  • id: ID!
  • clientMutationId: String
  • }

link Require by