From 730aee9b265ca4b64b7a976446d0410e988ddbb1 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 14 Oct 2025 14:15:16 -0700 Subject: [PATCH] 19724 fix doc query --- docs/integrations/graphql-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/graphql-api.md b/docs/integrations/graphql-api.md index 7a093e3c5..0cb639c3f 100644 --- a/docs/integrations/graphql-api.md +++ b/docs/integrations/graphql-api.md @@ -103,7 +103,7 @@ query { results { id name - interfaces(filters: {enabled: true}) { + interfaces(filters: {enabled: {exact: true}}) { name } }