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
ref="queryEditor"
v-model="gqlQueryString"
:onRunGQLQuery="runQuery"
:options="{
maxLines: responseBodyMaxLines,
minLines: '16',