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 b10eeb4 commit 2d7949fCopy full SHA for 2d7949f
docs/diffs.rst
@@ -19,8 +19,9 @@ You can access
19
20
* the **fields** of GraphQLObjectTypes, GraphQLInterfaceTypes and GraphQLInputObjectTypes,
21
* the **interfaces** of GraphQLObjectTypes,
22
-* the **types** of GraphQLUnionTypes, and
23
-* the **values** of GraphQLEnumTypes
+* the **types** of GraphQLUnionTypes,
+* the **values** of GraphQLEnumTypes and
24
+* the **query**, **mutation**, **subscription** and **type_map** of GraphQLSchemas
25
26
directly as attributes, instead of using getters.
27
0 commit comments