diff --git a/src/content/docs/analytics/graphql-api/features/filtering.mdx b/src/content/docs/analytics/graphql-api/features/filtering.mdx index 3fe9787ed97113b..93c9e27a6f168db 100644 --- a/src/content/docs/analytics/graphql-api/features/filtering.mdx +++ b/src/content/docs/analytics/graphql-api/features/filtering.mdx @@ -18,6 +18,8 @@ You can use filters as an argument on the following resources: * accounts * tables (datasets) +The availability of filters depends on the queried node. For example, some nodes may support only a zoneTag filter, others only an accountTag filter, and some may support both. + ### Zone filter Allows querying zone-related data by zone ID (`zoneTag`).