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 } }