TaskResponsePayload
A record in the application or the error related to the operation on the contact.
type TaskResponsePayload {
data: Task
error: String
}
Fields
TaskResponsePayload.data ● Task object
TaskResponsePayload.error ● String scalar
Returned By
createTask mutation ● deleteTask mutation ● updateTask mutation