From d8af767dc4a3eb10f512967837508c97bc1b74fe Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 18 Jan 2020 04:15:28 -0500 Subject: [PATCH] Updated graphql page to use QueryEditor for query field --- pages/graphql.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/graphql.vue b/pages/graphql.vue index 05e14e940..0aee8d984 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -175,7 +175,8 @@ - import("../components/graphql/field"), "gql-type": () => import("../components/graphql/type"), autocomplete: () => import("../components/autocomplete"), - Editor: AceEditor + Editor: AceEditor, + QueryEditor: QueryEditor }, data() { return { @@ -543,6 +546,7 @@ export default { responseBodyMaxLines: 16 }; }, + computed: { url: { get() {