Skip to main content

AccountMembershipNotReadyToBeBoundRejection

Rejection returned if invitation has not been sent to user yet

type AccountMembershipNotReadyToBeBoundRejection implements Rejection {
id: String!
message: String!
}

Fields

AccountMembershipNotReadyToBeBoundRejection.id ● String! non-null scalar

AccountMembershipNotReadyToBeBoundRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

BindAccountMembershipPayload union