Type alias UnlinkFeatureGroupInput

UnlinkFeatureGroupInput: { environmentId?: InputMaybe<Scalars["UUID"]>; featureGroupId: Scalars["UUID"]; packageId: Scalars["UUID"] }

Unlink feature group from package entitlements input

Type declaration

  • Optional environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

  • featureGroupId: Scalars["UUID"]

    The group id to unlink

  • packageId: Scalars["UUID"]

    The unique identifier of the entitlement package