AttributeInput: {
    id: Scalars["ID"];
    locale?: InputMaybe<Scalars["String"]>;
    meta?: InputMaybe<Scalars["JSON"]>;
    value: Scalars["JSON"];
}

Defines an attribute

Type declaration

  • id: Scalars["ID"]

    The attribute identifier

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

    Optional string representing the locale of the attribute value

  • Optional meta?: InputMaybe<Scalars["JSON"]>

    Optional attribute metadata, can be any JSON-serialisable type

  • value: Scalars["JSON"]

    The attribute value, can be any JSON-serialisable type

Generated using TypeDoc