Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Object

    CustomAttributeSchema

    Definition of a custom attribute field. Use options (when present) to map IDs to display names.

    Fields

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    aiGenerated Boolean!
    True when this attribute's value is produced by an AI Filter. For AI-generated attributes, an item's aiFilterReasons entry with the matching key carries the model's explanation for the value.
    key String!
    Key used in the customAttributes object.
    name String!
    Human-readable display name.
    options [CustomAttributeOption!]
    Available options for select-type attributes. When present, customAttributes values are option IDs that map to these options. When null, values are stored directly (text, numbers, dates, etc.).
    type CustomAttributeType!
    Custom attribute field type.