AccountMembershipInvitationSentStatusInfo
when a new account membership is invited and there is no user bound yet
type AccountMembershipInvitationSentStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
restrictedTo: RestrictedTo!
}
Fields
AccountMembershipInvitationSentStatusInfo.status ● AccountMembershipStatus! non-null enum
AccountMembership status (always InvitationSent for type AccountMembershipInvitationSentStatusInfo)
AccountMembershipInvitationSentStatusInfo.restrictedTo ● RestrictedTo! non-null object
restricted to a user
Interfaces
AccountMembershipStatusInfo interface
here are the different account membership status: