fix: lint

This commit is contained in:
jamesgeorge007
2019-11-20 18:05:46 +05:30
parent f8c3d1e6db
commit f61eeebc8f

View File

@@ -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