EmperorRXF/postgraphile-plugin-atomic-mutations

postgraphile package restructure causes errors

pranaypratyush opened this issue · 1 comments

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

Is this still being maintained @EmperorRXF ?