© 2026 Hedgehog Software, LLC
isManager
field on user { contains(roles, item: "manager") }
field on user { contains(roles, item: { __typename: "Role", key: "5cW8--Iattch", name: "manager" }) }
field on user { jsonPathMatch(roles, condition: "$[*].name == \"manager\"") }