AccountMembershipNotFoundRejection
No description
type AccountMembershipNotFoundRejection implements Rejection {
id: String!
message: String!
}
Fields
AccountMembershipNotFoundRejection.id
● String!
non-null scalar
AccountMembershipNotFoundRejection.message
● String!
non-null scalar
Interfaces
Rejection
interface
Implemented By
BindAccountMembershipPayload
union ● DisableAccountMembershipPayload
union ● UpdateAccountMembershipPayload
union