featureFlag

Feature flag directive.

This should be used for putting certain schema elements behind CSP FF. If the requesting user does not have the required FF, the annotated element is not present in the GraphQL schema for that user.

link GraphQL Schema definition

  • directive @featureFlag(name: [String!]!, description: String) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION

link Require by

This element is not required by anyone