GraphQL staffMember results differ from Admin results

When I run a GraphQL query on staffMembers, I get several users back that show as “active”: true, but they do not appear when I search users on via Shopify Admin.

I believe all the users in question did have Collaborator access to our store at one point, so I’m assuming it’s related to this?

When you query with GraphQL you receive a list of all staff that have been on your store. This includes staff you have removed or are inactive. While the Shopify admin only show active staff.