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()) {