INPUT_OBJECT
The input object that defines the fields for the completeTask mutation.
input CompleteTaskMutationInput {# Whether or not the task is complete.complete: Boolean!}