ScheduleOccurrenceCannotDoArgs
No description
input ScheduleOccurrenceCannotDoArgs {
scheduleOccurrenceId: ID!
dateCannotDo: DateTime
reason: String!
}
Fields
ScheduleOccurrenceCannotDoArgs.scheduleOccurrenceId ● ID! non-null scalar common
The ID of the task occurrence to update
ScheduleOccurrenceCannotDoArgs.dateCannotDo ● DateTime scalar common
ScheduleOccurrenceCannotDoArgs.reason ● String! non-null scalar common
Reason for the cannot do
Member Of
scheduleOccurrenceCannotDo mutation