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 8b11749 commit ccb66e3Copy full SHA for ccb66e3
1 file changed
src/pages/postgraphile/make-process-schema-plugin.md
@@ -16,8 +16,7 @@ Use cases include:
16
- Validating the schema against your custom logic
17
- Replacing the schema with a mocked version or a derivative version (e.g.
18
stitching it with another schema)
19
-- Integrating with third-party libraries such as `graphql-middleware` or
20
- `graphql-shield` which mutate the GraphQLSchema after it has been constructed
+- Integrating with third-party libraries
21
22
The plugin accepts one argument: a schema processing function which will be
23
called with the generated schema and must either return the same schema (e.g. if
0 commit comments