UserNotFoundRejection
No description
type UserNotFoundRejection implements Rejection {
id: ID!
message: String!
}
Fields
UserNotFoundRejection.id
● ID!
non-null scalar
User id
UserNotFoundRejection.message
● String!
non-null scalar
Message
Interfaces
Rejection
interface
Implemented By
AcceptConsentPayload
union ● AddExternalIdentificationPayload
union ● DeactivateUserPayload
union