In 7e78a23 usage of Object.fromEntries was added to apollo-server-lambda. Package.json specifies that Node.js versions from 6 up are supported. When running apollo-server-lambda in Node.js versions older than 12, I get the error Object.fromEntries is not a function, as support was only added in that version.
In 7e78a23 usage of
Object.fromEntrieswas added to apollo-server-lambda. Package.json specifies that Node.js versions from 6 up are supported. When runningapollo-server-lambdain Node.js versions older than 12, I get the errorObject.fromEntries is not a function, as support was only added in that version.