DocumentCanNotBeFoundRejection
Rejection returned if the document cannot be found
type DocumentCanNotBeFoundRejection implements Rejection {
id: String!
message: String!
}
Rejection returned if the document cannot be found
type DocumentCanNotBeFoundRejection implements Rejection {
id: String!
message: String!
}
DocumentCanNotBeFoundRejection.id
● String!
non-null scalarDocumentCanNotBeFoundRejection.message
● String!
non-null scalarRejection
interface