mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
Added log about result
This commit is contained in:
@@ -15,6 +15,8 @@ graphql(schema, introspectionQuery)
|
||||
|
||||
// Write the introspection result to the filesystem.
|
||||
fs.writeFileSync(introspectionFilename, introspectionResult, 'utf8');
|
||||
|
||||
console.log(`Outputted result of introspectionQuery to ${introspectionFilename}`);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
|
||||
Reference in New Issue
Block a user