introduces Row, modifies buildSchema to support fields that need to modify top-level schemas

This commit is contained in:
James
2020-06-02 13:57:55 -04:00
parent 15dd6e2887
commit f8369ffb10
26 changed files with 360 additions and 209 deletions

View File

@@ -111,7 +111,9 @@ module.exports = (config) => {
filename: './index.html',
}),
new webpack.HotModuleReplacementPlugin(),
new Dotenv(),
new Dotenv({
silent: true,
}),
],
resolve: {
modules: ['node_modules', path.resolve(__dirname, '../../node_modules')],