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 d1b734f commit 24ebc20Copy full SHA for 24ebc20
graphene_django/templates/graphene/graphiql.html
@@ -39,7 +39,7 @@
39
decodeURIComponent(entry.slice(eq + 1));
40
}
41
});
42
- // Produce a Location query string from a parameter object.
+ // Produce a Location fragment string from a parameter object.
43
function locationQuery(params) {
44
return '#' + Object.keys(params).map(function (key) {
45
return encodeURIComponent(key) + '=' +
0 commit comments