We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe7454 commit 4edbac4Copy full SHA for 4edbac4
docs/demos/leaflet-graphql/index.html
@@ -112,7 +112,7 @@ <h3>Edit GraphQL Query</h3>
112
const GRAPHQL_URL = 'https://rpt.demo.aksw.org/graphql';
113
114
const simpleQuery = `
115
-query countries
+query countries @debug
116
@prefix(map: {
117
rdfs: "http://www.w3.org/2000/01/rdf-schema#",
118
geo: "http://www.opengis.net/ont/geosparql#",
@@ -140,7 +140,7 @@ <h3>Edit GraphQL Query</h3>
140
`;
141
142
const complexQuery = `
143
144
145
146
0 commit comments