You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,12 +105,16 @@ to merge the PostGraphile GraphQL schema into Gatsby's.
102
105
This plugin is powered by PostGraphile, which is built on the highly flexible
103
106
and customisable Graphile Engine.
104
107
105
-
You can add to `options` most of the [PostGraphile schema-only options](https://www.graphile.org/postgraphile/usage-schema/#api-createpostgraphileschemapgconfig-schemaname-options)
In addition, we accept the `typeName` and `fieldName` options from
108
-
`gatsby-source-graphql` which affect how the schema is namespaced, and the `refetchInterval` setting to trigger refetching data every X seconds.
112
+
`gatsby-source-graphql` which affect how the schema is namespaced, and the
113
+
`refetchInterval` setting to trigger refetching data every X seconds.
109
114
110
-
A common thing you might want to do is to shorten the names that PostGraphile uses by default, you can do this using a plugin such as `@graphile-contrib/pg-simplify-inflector`:
115
+
A common thing you might want to do is to shorten the names that PostGraphile
116
+
uses by default, you can do this using a plugin such as
117
+
`@graphile-contrib/pg-simplify-inflector`:
111
118
112
119
```js
113
120
// gatsby-config.js
@@ -132,7 +139,8 @@ module.exports = {
132
139
133
140
## Getting help
134
141
135
-
Pop into the Graphile Discord: [http://discord.gg/graphile](http://discord.gg/graphile)
0 commit comments