From 929d9552379ceafc3689109217368944bf4615d1 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Wed, 20 Nov 2019 18:06:19 +0530 Subject: [PATCH] fix: minor tweak --- pages/graphql.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/graphql.vue b/pages/graphql.vue index eda127b25..35673aa14 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -154,8 +154,8 @@ export default { }) const schema = gql.buildClientSchema(res.data.data); - this.schemaString = gql.printSchema(schema, { - commentDescriptions: true + this.schemaString = gql.printSchema(schema, { + commentDescriptions: true }); if (schema.getQueryType()) {