INPUT_OBJECT

CompleteProjectInput

link GraphQL Schema definition

  • input CompleteProjectInput {
  • completeTasks: Boolean!
  • deleteUnstartedAppointments: Boolean!
  • newStartDate: Date
  • newEndDate: Date
  • # Identifier of the ProjectEntity to perform the action on.
  • id: ID!
  • clientMutationId: String
  • }

link Require by