INPUT_OBJECT

FeatureFlagAttributeInput

Description

Attribute used to evaluate a unified feature flag.

link GraphQL Schema definition

  • input FeatureFlagAttributeInput {
  • # Name of the attribute.
  • attribute: FlagAttribute!
  • # Value of the attribute.
  • value: String!
  • }

link Require by