Archive API docs
    Jump to

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

    Jump to examples ↓
    Query

    customAttributeSchemas

    Retrieve custom attribute schemas to interpret customAttributes values. Returns at most 1000 rows; this field is not paginated.

    Arguments

    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.

    entity CustomAttributeSchemaEntity! required
    Entity type to get schemas for (ITEM or CREATOR).

    Returns

    Returns [CustomAttributeSchema!]! .

    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.