fix: lint
This commit is contained in:
@@ -152,6 +152,7 @@ export default {
|
|||||||
const res = await axios.post(this.url, {
|
const res = await axios.post(this.url, {
|
||||||
query: gql.getIntrospectionQuery()
|
query: gql.getIntrospectionQuery()
|
||||||
})
|
})
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user