We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b348dbb commit 9493783Copy full SHA for 9493783
src/postgraphileOptions.js
@@ -1,6 +1,12 @@
1
exports.options = {
2
dynamicJson: true,
3
graphiql: false,
4
+ /* If you enable GraphiQL, you must use `absoluteRoutes` and give the routes to the endpoints.:
5
+
6
+ absoluteRoutes: true,
7
+ graphqlRoute: '/default/graphql',
8
+ graphiqlRoute: '/default/graphiql',
9
+ */
10
cors: true,
11
jwtSecret: process.env.JWT_SECRET || String(Math.random()),
12
};
0 commit comments