IdentityAlreadyBindToAccountMembershipRejection
Rejection returned if identity and the account memberships are already bind
type IdentityAlreadyBindToAccountMembershipRejection implements Rejection {
accountId: String!
identityId: String!
message: String!
}