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 d50d427 commit 1189549Copy full SHA for 1189549
1 file changed
src/pages/postgraphile/make-process-schema-plugin.md
@@ -27,7 +27,7 @@ an alternative schema (e.g. a derivative).
27
### Example
28
29
```js
30
-require("graphile-utils");
+const { makeProcessSchemaPlugin } = require("graphile-utils");
31
32
module.exports = makeProcessSchemaPlugin(schema => {
33
return addThirdPartyEnhancementsToSchema(schema);
@@ -38,7 +38,7 @@ You can also use `makeProcessSchemaPlugin` to replace the current schema with a
38
stitched schema and run it from within the PostGraphile server:
39
40
41
42
43
44
return stitchOtherSchemasInto(schema);
0 commit comments