{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load static %} {% load tz %} {% block header %}
{% plugin_buttons object %} Open in GraphiQL {% if perms.extras.add_graphqlquery %} {% clone_button object %} {% endif %} {% if perms.extras.change_graphqlquery %} {% edit_button object %} {% endif %} {% if perms.extras.delete_graphqlquery %} {% delete_button object %} {% endif %}

{% block title %}{{ object.name }}{% endblock %}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Query
Name {{ object.name }}
Slug {{ object.slug }}
Query
{{ object.query }}
Query Variables
{{ object.variables|render_json }}
Response
{% if object.variables %}
Variables:
{% endif %}

            
{% endblock %}