Hooked up onRunGQLQuery editor command
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user