fix: minor tweak
This commit is contained in:
@@ -154,8 +154,8 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const schema = gql.buildClientSchema(res.data.data);
|
const schema = gql.buildClientSchema(res.data.data);
|
||||||
this.schemaString = gql.printSchema(schema, {
|
this.schemaString = gql.printSchema(schema, {
|
||||||
commentDescriptions: true
|
commentDescriptions: true
|
||||||
});
|
});
|
||||||
|
|
||||||
if (schema.getQueryType()) {
|
if (schema.getQueryType()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user