NotFoundRejection
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
type NotFoundRejection implements Rejection {
id: String!
message: String!
}
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
type NotFoundRejection implements Rejection {
id: String!
message: String!
}
NotFoundRejection.id