INPUT_OBJECT

CreateTaskGroupMutationInput

The input object that defines the fields for the createTaskGroup mutation.

link GraphQL Schema definition

  • input CreateTaskGroupMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whether or not this is enabled.
  • enabled: Boolean!
  • # The IDs of `Users` in this `TaskGroup`.
  • user_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by