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 f5321d6 commit 17f6a45Copy full SHA for 17f6a45
docs/types/unions.rst
@@ -7,7 +7,7 @@ to specify any common fields between the types.
7
The basics:
8
9
- Each Union is a Python class that inherits from ``graphene.Union``.
10
-- Unions don't have any fields on it, just links to the possible objecttypes.
+- Unions don't have any fields on it, just links to the possible ObjectTypes.
11
12
Quick example
13
-------------
0 commit comments