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 56ab567 commit e665702Copy full SHA for e665702
src/pages/postgraphile/node-id.md
@@ -33,8 +33,8 @@ so, any `id` column will automatically be renamed to `rowId`.
33
34
### Disabling the Global Object Identifier
35
36
-You can disable the global object identifier throughout your API by skipping
37
-the `require('graphile-build').NodePlugin` plugin; e.g. from the CLI:
+You can disable the global object identifier throughout your API by skipping the
+`require('graphile-build').NodePlugin` plugin; e.g. from the CLI:
38
39
```
40
postgraphile --skip-plugins graphile-build:NodePlugin ...
0 commit comments