Prechádzať zdrojové kódy

19724 fix doc query

Arthur 7 mesiacov pred
rodič
commit
730aee9b26
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/integrations/graphql-api.md

+ 1 - 1
docs/integrations/graphql-api.md

@@ -103,7 +103,7 @@ query {
     results {
       id
       name
-      interfaces(filters: {enabled: true}) {
+      interfaces(filters: {enabled: {exact: true}}) {
         name
       }
     }