UpdateIconCompositionInput: {
    iconFill?: InputMaybe<Scalars["String"]>;
    id: Scalars["String"];
    name?: InputMaybe<Scalars["String"]>;
    resourceId?: InputMaybe<Scalars["ID"]>;
    shieldFill?: InputMaybe<Scalars["String"]>;
    shieldKey?: InputMaybe<Scalars["String"]>;
    shieldStroke?: InputMaybe<Scalars["String"]>;
}

Update an IconComposition

Type declaration

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

    Change the fill color for the icon, set to null to remove the fill

  • id: Scalars["String"]

    ID of the IconComposition to update

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

    Change the name

  • Optional resourceId?: InputMaybe<Scalars["ID"]>

    Change the Icon used by this IconComposition

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

    Change the fill color for the shield, set to null to remove the fill

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

    Change which shield to use for the icon, set to null to clear the shieldFill and shieldStroke as well

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

    Change the stroke color for the shield, set to null to remove the stroke

Generated using TypeDoc