graphql/mesh/docs/handlers/postgraphile #5475
Replies: 1 comment
-
your transform plugin messes with postgraphile relay spec when transforms:
- prefix:
mode: wrap
value: PREFIX_
includeRootOperations: true had to manually rename the fields back - rename:
mode: wrap
renames:
- from:
type: Query
field: PREFIX_nodeId
to:
type: Query
field: nodeId not sure if this is a good way to fix the issue and the only other way i've found was to remove the interface. Feel like something will break when I am using multiple relay based graphql connections |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
graphql/mesh/docs/handlers/postgraphile
Discover the power of GraphQL Mesh and PostGraphile with our handler library! Use your PostgreSQL database schema to create a GraphQL schema, and add external plugins for federation, many-to-many, and PostGIS support.
https://the-guild.dev/graphql/mesh/docs/handlers/postgraphile
Beta Was this translation helpful? Give feedback.
All reactions