Skip to main content

EnableFeatureFlagPayload

No description

type EnableFeatureFlagPayload {  clientMutationId: String!  flags: [FEATURE_FLAG!]!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

flags ([FEATURE_FLAG!]!)#

flags is the current set of flags enabled.