From 7d3baaf7a6cf8ff76c29ed9bdf17d9cf5c3b9997 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:44:25 +1100 Subject: [PATCH] Add custom fields to tag filter graphql --- graphql/schema/types/filters.graphql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphql/schema/types/filters.graphql b/graphql/schema/types/filters.graphql index d0d6a4b65..e6b05cd6e 100644 --- a/graphql/schema/types/filters.graphql +++ b/graphql/schema/types/filters.graphql @@ -648,6 +648,8 @@ input TagFilterType { "Filter by last update time" updated_at: TimestampCriterionInput + + custom_fields: [CustomFieldCriterionInput!] } input ImageFilterType {