@stigg/node-server-sdk - v4.23.0

    Type Alias CreateFeatureGroupInput

    Input for creating a feature group

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

    Properties

    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

    MMNEPVFCICPMFPCPTTAAATR