INPUT_OBJECT
FeatureFlagAttributeInput
Description
Attribute used to evaluate a unified feature flag.
link GraphQL Schema definition
- input FeatureFlagAttributeInput {
- # Name of the attribute.
- : FlagAttribute!
- # Value of the attribute.
- : String!
- }