exports.AtomicMutationsPlugin = postgraphile_1.makeWrapResolversPlugin((context) => {
^
TypeError: postgraphile_1.makeWrapResolversPlugin is not a function
The above happens because makeWrapResolvers has been moved to graphile-utils.
Additionally...
export declare const AtomicMutationsPlugin: import("postgraphile").Plugin;
the above line causes error as Plugin has been moved to postgraphile-core
The above happens because makeWrapResolvers has been moved to
graphile-utils.Additionally...
the above line causes error as
Pluginhas been moved topostgraphile-core