createTaskInput
Autogenerated input type of createTask
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of createTask"""input createTaskInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") client_id: String complete: Boolean completed_by_id: ID content: String created_by_id: String due_date: String note_id: ID priority: Int reminder: TaskReminderInput seen: Boolean user_id: String}