From f0945edfcb5b011bce0dce8bcc000deb51200668 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 29 Mar 2024 08:56:39 -0700 Subject: [PATCH] 15552 update 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 1f36e6ab0..fd7500002 100644 --- a/docs/integrations/graphql-api.md +++ b/docs/integrations/graphql-api.md @@ -63,7 +63,7 @@ In addition, filtering can be done on list of related objects as shown in the fo device_list { id name - interfaces(filters: {enabled: {exact: true}}) { + interfaces(filters: {enabled: true}) { name } }