INPUT_OBJECT

CompleteTaskMutationInput

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

link GraphQL Schema definition

  • input CompleteTaskMutationInput {
  • # Whether or not the task is complete.
  • complete: Boolean!
  • }

link Require by