Skip to content

Commit 2d7949f

Browse files
committed
Add differences for GraphQLSchemas to docs
1 parent b10eeb4 commit 2d7949f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/diffs.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ You can access
1919

2020
* the **fields** of GraphQLObjectTypes, GraphQLInterfaceTypes and GraphQLInputObjectTypes,
2121
* the **interfaces** of GraphQLObjectTypes,
22-
* the **types** of GraphQLUnionTypes, and
23-
* the **values** of GraphQLEnumTypes
22+
* the **types** of GraphQLUnionTypes,
23+
* the **values** of GraphQLEnumTypes and
24+
* the **query**, **mutation**, **subscription** and **type_map** of GraphQLSchemas
2425

2526
directly as attributes, instead of using getters.
2627

0 commit comments

Comments
 (0)