OBJECT
AutoTaskGenerator
link GraphQL Schema definition
- type AutoTaskGenerator {
- # Category of task
- String :
- # The date and time that the task was created
- String :
- Int :
- ID! :
- # True if task is active
- Boolean :
- String :
- Float :
- # Description of the task
- String :
- # The last date and time that the task was updated
- String :
- # The id of the user who creates the task
- String :
- # The id of the user
- String :
- }
link Require by
- createAutoTaskGeneratorPayloadAutogenerated return type of createAutoTaskGenerator
- deleteAutoTaskGeneratorPayloadAutogenerated return type of deleteAutoTaskGenerator
- QueryThe query root of this schema. See available queries.
- updateAutoTaskGeneratorPayloadAutogenerated return type of updateAutoTaskGenerator