Browse Source

Update docs

Leszek Wiesner 3 years ago
parent
commit
687c4f989a
1 changed files with 13 additions and 4 deletions
  1. 13 4
      distributor-node/docs/node/index.md

+ 13 - 4
distributor-node/docs/node/index.md

@@ -207,12 +207,21 @@ query {
       metadata {
         region
         description
+        latencyTestTargets
         areas {
-          continent
-          countryCode
-          subdivisionCode
+        	area {
+            __typename
+            ...on GeographicalAreaCountry {
+              countryCode: code
+            }
+            ...on GeographicalAreaContinent {
+              continentCode: code
+            }
+            ...on GeographicalAreaSubdivistion {
+              subdivisionCode: code
+            }
+          }
         }
-        latencyTestTargets
       }
     }
     operators {