Hooked up onRunGQLQuery editor command

This commit is contained in:
Andrew Bastin
2020-02-27 21:33:43 -05:00
parent 5daf4a19b7
commit 2f2580d2d3

View File

@@ -169,6 +169,7 @@
<QueryEditor <QueryEditor
ref="queryEditor" ref="queryEditor"
v-model="gqlQueryString" v-model="gqlQueryString"
:onRunGQLQuery="runQuery"
:options="{ :options="{
maxLines: responseBodyMaxLines, maxLines: responseBodyMaxLines,
minLines: '16', minLines: '16',