Skip to main content

FeatureFlagContextInput

No description

input FeatureFlagContextInput {
userId: String
accordId: String
workspaceId: String!
}

Fields

FeatureFlagContextInput.userId ● String scalar

An account.id despite the name, matched against workspace_account.account_id to resolve the seat whose id and role feed evaluation. Also passed through as Unleash's own userId context field, so it is what gradual-rollout stickiness keys on.

FeatureFlagContextInput.accordId ● String scalar

Optional accord id included in the Unleash evaluation context.

FeatureFlagContextInput.workspaceId ● String! non-null scalar

Workspace the flags are evaluated for.

Member Of

userFlagsByContext query