Skip to content

Commit 24c4588

Browse files
authored
Note: tools that mutate the schema after construction may break the schema
1 parent ccb66e3 commit 24c4588

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ called with the generated schema and must either return the same schema (e.g. if
2323
you're doing a read-only operation, or mutating the schema directly) or return
2424
an alternative schema (e.g. a derivative).
2525

26+
**PLEASE NOTE**: some third party tooling mutates the existing GraphQL schema
27+
which is likely to cause issues. Please use only tools that treat GraphQL
28+
schemas as immutable; if you cannot then try building a sacrificial schema that
29+
delegates to the PostGraphile schema but can be mutated.
30+
2631
### Example
2732

2833
```js

0 commit comments

Comments
 (0)