We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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. -->
The text was updated successfully, but these errors were encountered:
Duplicate of #1991; please stop double filing issues.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: