userFlagsByContext
Evaluate every Unleash feature toggle for the given context and return
each flag with its resolved enabled state. The user's workspace seat
(id and role) is factored into evaluation. Returns an empty list if the
Unleash client is unavailable.
userFlagsByContext(
input: FeatureFlagContextInput!
): [Feature]