Skip to content

Commit 31fdb5a

Browse files
authored
Merge pull request #51 from chaffeqa/patch-1
Fix missing operation_name warning
2 parents d5951b8 + a6d3887 commit 31fdb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/templates/graphene/graphiql.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
{% if variables %}
113113
variables: '{{ variables|escapejs }}',
114114
{% endif %}
115-
{% if operationName %}
115+
{% if operation_name %}
116116
operationName: '{{ operation_name|escapejs }}',
117117
{% endif %}
118118
}),

0 commit comments

Comments
 (0)