fix: minor tweak
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user