LetterResponsePayload
The requested letter or error message related to its retrieval.
type LetterResponsePayload {
data: Letter
error: String
}
Fields
LetterResponsePayload.data ● Letter object
LetterResponsePayload.error ● String scalar
Returned By
createLetter mutation ● deleteLetter mutation ● updateLetter mutation