Type alias EditPackageGroupDetailsInput

EditPackageGroupDetailsInput: { description?: InputMaybe<Scalars["String"]>; displayName: Scalars["String"]; environmentId?: InputMaybe<Scalars["String"]>; packageGroupId: Scalars["String"] }

The input type for editing package group details

Type declaration

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

    The description of the package group

  • displayName: Scalars["String"]

    The display name of the package group

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

    The environment id of the package group to be edited

  • packageGroupId: Scalars["String"]

    The id of the package group