Hooked up onRunGQLQuery editor command
This commit is contained in:
parent
5daf4a19b7
commit
2f2580d2d3
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@
|
|||
<QueryEditor
|
||||
ref="queryEditor"
|
||||
v-model="gqlQueryString"
|
||||
:onRunGQLQuery="runQuery"
|
||||
:options="{
|
||||
maxLines: responseBodyMaxLines,
|
||||
minLines: '16',
|
||||
|
|
|
|||
Loading…
Reference in a new issue