8000
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 f25fd58 commit 3a80e38Copy full SHA for 3a80e38
src/graphql/type/schema.py
@@ -52,6 +52,9 @@ class GraphQLSchema:
52
and mutation (optional). A schema definition is then supplied to the validator
53
and executor.
54
55
+ Schemas should be considered immutable once they are created. If you want to modify
56
+ a schema, modify the result of the ``to_kwargs()`` method and recreate the schema.
57
+
58
Example::
59
60
MyAppSchema = GraphQLSchema(
0 commit comments