INPUT_OBJECT
UpdateTaskGroupMutationInput
The input object that defines the fields for the updateTaskGroup mutation.
link GraphQL Schema definition
- input UpdateTaskGroupMutationInput {
- # A descriptive name.
- : String
- # Whether or not this is enabled.
- : Boolean
- # The IDs of `Users` in this `TaskGroup`.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- }