API Stability Short-Term

The overrideRolledOutFeatureFlag() GraphQL mutation is used to override whether a feature should be rolled out.

Syntax

Below is the syntax for the overrideRolledOutFeatureFlag() mutation field:

graphql
overrideRolledOutFeatureFlag(
       feature: FeatureFlag!, 
       rollOut: boolean!
    ): boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  overrideRolledOutFeatureFlag(
     feature: NewOrganizationLimits,
     rollOut: false
  ) 
}

Given Datatypes

For FeatureFlag, there are several values. The table below has a list of them, but you'll have to click on the Show Beta Features button to see them.

Table: FeatureFlag

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Mar 14, 2025