Skip to content

Commit 4edbac4

Browse files
committed
graphql/geojson demo: Added @debug annotation to queries
1 parent 6fe7454 commit 4edbac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/demos/leaflet-graphql/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Edit GraphQL Query</h3>
112112
const GRAPHQL_URL = 'https://rpt.demo.aksw.org/graphql';
113113

114114
const simpleQuery = `
115-
query countries
115+
query countries @debug
116116
@prefix(map: {
117117
rdfs: "http://www.w3.org/2000/01/rdf-schema#",
118118
geo: "http://www.opengis.net/ont/geosparql#",
@@ -140,7 +140,7 @@ <h3>Edit GraphQL Query</h3>
140140
`;
141141

142142
const complexQuery = `
143-
query countries
143+
query countries @debug
144144
@prefix(map: {
145145
rdfs: "http://www.w3.org/2000/01/rdf-schema#",
146146
geo: "http://www.opengis.net/ont/geosparql#",

0 commit comments

Comments
 (0)