Skip to content

postgraphile package restructure causes errors #2

@pranaypratyush

Description

@pranaypratyush
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions