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 936f363 commit e39f3b3Copy full SHA for e39f3b3
lib/index.js
@@ -50,7 +50,7 @@ function buildSchema(moduleIds, extensionSchemas, options) {
50
})
51
52
// merge fragments and build GraphQLSchema object
53
- return buildASTSchema(mergeTypeDefs(fragments.concat(extensionSchemas || [])), options)
+ return buildASTSchema(mergeTypeDefs(fragments.concat(extensionSchemas || []), options))
54
}
55
56
module.exports = {
0 commit comments