OBJECT

RemoveOrganizationMemberError

RemoveOrganizationMemberError is the error associated with a RemoveOrganizationMember.

link GraphQL Schema definition

1type RemoveOrganizationMemberError {
2
3# The associated error code.
4code: RemoveOrganizationMemberErrorCode!
5
6}