Type alias MigratePackageFeatureGroupsToLatestInput

MigratePackageFeatureGroupsToLatestInput: { accountId: Scalars["UUID"]; entitlements: PackageEntitlementInput[]; environmentId?: InputMaybe<Scalars["UUID"]>; packageId: Scalars["UUID"] }

Input for migrating package feature groups to latest version

Type declaration

  • accountId: Scalars["UUID"]

    The unique identifier for the account

  • entitlements: PackageEntitlementInput[]

    List of package entitlements that are new to the feature groups

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

    The unique identifier for the environment

  • packageId: Scalars["UUID"]

    The unique identifier of the entitlement package