Type alias CreateFeatureGroupInput

CreateFeatureGroupInput: { description?: InputMaybe<Scalars["String"]>; displayName: Scalars["String"]; environmentId: Scalars["UUID"]; featureGroupId: Scalars["String"]; features: Scalars["String"][] }

Input for creating a feature group

Type declaration

  • Optional description?: InputMaybe<Scalars["String"]>

    The description of the feature group

  • displayName: Scalars["String"]

    The display name of the feature group

  • environmentId: Scalars["UUID"]

    The unique identifier for the environment

  • featureGroupId: Scalars["String"]

    The feature group id

  • features: Scalars["String"][]

    The features in the feature group