RecordResponsePayload
A record in the application or the error related to the operation on the contact.
type RecordResponsePayload {
data: Record
error: String
}
Fields
RecordResponsePayload.data ● Record object
RecordResponsePayload.error ● String scalar
Returned By
deleteRecord mutation