UpdateTaskInput
Autogenerated input type of UpdateTask
input UpdateTaskInput {
clientMutationId: String
params: TaskUpdateInput!
}
Fields
UpdateTaskInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateTaskInput.params ● TaskUpdateInput! non-null input
Task update params
Member Of
updateTask mutation