Skip to content

Commit 6fe7454

Browse files
committed
Added @debug flag to movies query
1 parent 4996b86 commit 6fe7454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demos/movies/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h1 style="display: inline; margin-right: 20px;">Wikidata Movie Browser</h1>
145145
// const GRAPHQL_URL = 'http://localhost:8642/graphql';
146146

147147
queryTemplate = `
148-
query movies
148+
query movies @debug
149149
@prefix(map: {
150150
rdfs: "http://www.w3.org/2000/01/rdf-schema#",
151151
xsd: "http://www.w3.org/2001/XMLSchema#",

0 commit comments

Comments
 (0)