We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf7590 commit e6b86b5Copy full SHA for e6b86b5
src/index.js
@@ -2,6 +2,6 @@ const { print } = require('graphql')
2
3
module.exports = {
4
plugin: (schema, documents, config, info) => (
5
- documents.map(({ document }) => print(document)).join('\n')
+ documents.map( ({ document }) => print(document) ).join('\n')
6
)
7
}
0 commit comments