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

why Postraphile isn't exposing the parent table instead of the partition tables. #1996

Closed
divya-sk opened this issue Mar 15, 2024 · 1 comment

Comments

@divya-sk
Copy link

we are using "postgraphile": "4.13.0", still facing the same issues

graphqlRoute: "/shield/graphql",
graphiqlRoute: "/shield/graphiql",
eventStreamRoute: "/shield/graphql/stream",
ownerConnectionString: process.env.OWNER_CONNECTION_STRING,
watchPg: true,
graphiql: true,
enhanceGraphiql: true,
pgUsePartitionParents: true,
enableCors: false,
disableWarning: true,
statement_timeout: "3600000",
appendPlugins: [
require("@graphile-contrib/pg-simplify-inflector"),
require("postgraphile-plugin-connection-filter"),
],
}
),
this is the piece of code we using.tail the issue you'd like to discuss. -->

Additional context

@benjie
Copy link
Member

benjie commented Mar 15, 2024

Duplicate of #1991; please stop double filing issues.

@benjie benjie closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
@github-project-automation github-project-automation bot moved this from 🌳 Triage to ✅ Done in V5.0.0 Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants