INPUT_OBJECT
CreateTaskGroupMutationInput
The input object that defines the fields for the createTaskGroup mutation.
link GraphQL Schema definition
- input CreateTaskGroupMutationInput {
 - #   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
 - }