INPUT_OBJECT

UpdateTaskGroupMutationInput

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

link GraphQL Schema definition

  • input UpdateTaskGroupMutationInput {
  • # 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