Skip to content

Commit

Permalink
Revert "fix param placement"
Browse files Browse the repository at this point in the history
This reverts commit 16d58a5.
  • Loading branch information
pospi committed Apr 26, 2020
1 parent 936f363 commit e39f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function buildSchema(moduleIds, extensionSchemas, options) {
})

// merge fragments and build GraphQLSchema object
return buildASTSchema(mergeTypeDefs(fragments.concat(extensionSchemas || [])), options)
return buildASTSchema(mergeTypeDefs(fragments.concat(extensionSchemas || []), options))
}

module.exports = {
Expand Down

0 comments on commit e39f3b3

Please sign in to comment.