Skip to content

Commit ccb66e3

Browse files
authored
graphql-middleware corrupts the schema; remove
1 parent 8b11749 commit ccb66e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/postgraphile/make-process-schema-plugin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Use cases include:
1616
- Validating the schema against your custom logic
1717
- Replacing the schema with a mocked version or a derivative version (e.g.
1818
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
19+
- Integrating with third-party libraries
2120

2221
The plugin accepts one argument: a schema processing function which will be
2322
called with the generated schema and must either return the same schema (e.g. if

0 commit comments

Comments
 (0)