fix: lint
This commit is contained in:
@@ -152,6 +152,7 @@ export default {
|
||||
const res = await axios.post(this.url, {
|
||||
query: gql.getIntrospectionQuery()
|
||||
})
|
||||
|
||||
const schema = gql.buildClientSchema(res.data.data);
|
||||
this.schemaString = gql.printSchema(schema, {
|
||||
commentDescriptions: true
|
||||
|
||||
Reference in New Issue
Block a user