fix: minor tweak

This commit is contained in:
jamesgeorge007
2019-11-20 18:06:19 +05:30
parent f61eeebc8f
commit 929d955237

View File

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