Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PgRowNode has dependency on addNodeFetcherForTypeName #310

Closed
benjie opened this issue Sep 29, 2018 · 3 comments
Closed

PgRowNode has dependency on addNodeFetcherForTypeName #310

benjie opened this issue Sep 29, 2018 · 3 comments

Comments

@benjie
Copy link
Member

benjie commented Sep 29, 2018

Means we can't skip the NodePlugin

@204NoContent
Copy link

This is tripping me up as well, so 👍 for a fix 😄

@benjie
Copy link
Member Author

benjie commented Oct 6, 2018

The workaround is to skip all the plugins with Node in the name.

@204NoContent
Copy link

204NoContent commented Oct 6, 2018

Thanks for your help @benjie!

For anyone else who needs this, they are

const { NodePlugin } = require('graphile-build');
const { PgRowNode, PgNodeAliasPostGraphile } = require('graphile-build-pg');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants