From fb2be4df33d3eff8cbf6f2be1b65a1743d0605c6 Mon Sep 17 00:00:00 2001 From: cf-matthias <137851963+cf-matthias@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:57:29 +0900 Subject: [PATCH 1/2] CUSTESC-48297 - clarify available filters depends on node Prevent for CUSTESC-48297. Feel free to reword/adjust as long we can get the point of across. --- src/content/docs/analytics/graphql-api/features/filtering.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/analytics/graphql-api/features/filtering.mdx b/src/content/docs/analytics/graphql-api/features/filtering.mdx index 3fe9787ed97113b..87eb4672e741c4e 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) +Which filters are available depends on the queried node. For example, some nodes may only support a zoneTag filter, some only an accountTag filter, and some may allow both. + ### Zone filter Allows querying zone-related data by zone ID (`zoneTag`). From 7447c5aafab549d37eeb07416c4073003b15fb7f Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:09:04 +0000 Subject: [PATCH 2/2] Update src/content/docs/analytics/graphql-api/features/filtering.mdx --- src/content/docs/analytics/graphql-api/features/filtering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/analytics/graphql-api/features/filtering.mdx b/src/content/docs/analytics/graphql-api/features/filtering.mdx index 87eb4672e741c4e..93c9e27a6f168db 100644 --- a/src/content/docs/analytics/graphql-api/features/filtering.mdx +++ b/src/content/docs/analytics/graphql-api/features/filtering.mdx @@ -18,7 +18,7 @@ You can use filters as an argument on the following resources: * accounts * tables (datasets) -Which filters are available depends on the queried node. For example, some nodes may only support a zoneTag filter, some only an accountTag filter, and some may allow both. +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