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 ccb66e3 commit 24c4588Copy full SHA for 24c4588
1 file changed
src/pages/postgraphile/make-process-schema-plugin.md
@@ -23,6 +23,11 @@ called with the generated schema and must either return the same schema (e.g. if
23
you're doing a read-only operation, or mutating the schema directly) or return
24
an alternative schema (e.g. a derivative).
25
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
+
31
### Example
32
33
```js
0 commit comments