diff --git a/components/graphql/queryeditor.vue b/components/graphql/queryeditor.vue index f44044e0..46c21048 100644 --- a/components/graphql/queryeditor.vue +++ b/components/graphql/queryeditor.vue @@ -76,6 +76,8 @@ export default { this.cacheValue = content; }); + + this.parseContents(this.value); }, methods: {