AccountMembershipDisabledStatusInfo
when the account membership is disabled
type AccountMembershipDisabledStatusInfo implements AccountMembershipStatusInfo {
status: AccountMembershipStatus!
reason: String!
}
Fields
AccountMembershipDisabledStatusInfo.status
● AccountMembershipStatus!
non-null enum
AccountMembership status (always Disabled for type AccountMembershipDisabledStatusInfo)
AccountMembershipDisabledStatusInfo.reason
● String!
non-null scalar
reason why the account membership is disabled
Interfaces
AccountMembershipStatusInfo
interface
here are the different account membership status: