OBJECT
RemoveOrganizationMemberError
RemoveOrganizationMemberError is the error associated with a RemoveOrganizationMember.
link GraphQL Schema definition
1 type RemoveOrganizationMemberError { 2 3 # The associated error code. 4 : RemoveOrganizationMemberErrorCode! 5 6 }