Type alias RemoveFeatureGroupFromPackageInput

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

Input for removing a feature group and his related entitlements (if there are no other groups they are a part of) from a package

Type declaration

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

    The unique identifier for the environment

  • featureGroupId: Scalars["UUID"]

    The group id to remove

  • packageId: Scalars["UUID"]

    The unique identifier of the entitlement package