AccountMembershipNotReadyToBeBoundRejection
Rejection returned if invitation has not been sent to user yet
type AccountMembershipNotReadyToBeBoundRejection implements Rejection {
id: String!
message: String!
}
Rejection returned if invitation has not been sent to user yet
type AccountMembershipNotReadyToBeBoundRejection implements Rejection {
id: String!
message: String!
}
AccountMembershipNotReadyToBeBoundRejection.id
● String!
non-null scalarAccountMembershipNotReadyToBeBoundRejection.message
● String!
non-null scalarRejection
interface