AttributeIdentifierInput: {
    id: Scalars["ID"];
    locale?: InputMaybe<Scalars["String"]>;
}

A selector for an attribute

Type declaration

  • id: Scalars["ID"]

    The attribute identifier

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

    The locale of the attribute

Generated using TypeDoc