mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 17:47:12 +03:00
Merge pull request #51 from chaffeqa/patch-1
Fix missing operation_name warning
This commit is contained in:
commit
31fdb5a34c
|
@ -112,7 +112,7 @@ add "&raw" to the end of the URL within a browser.
|
|||
{% if variables %}
|
||||
variables: '{{ variables|escapejs }}',
|
||||
{% endif %}
|
||||
{% if operationName %}
|
||||
{% if operation_name %}
|
||||
operationName: '{{ operation_name|escapejs }}',
|
||||
{% endif %}
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user