Update unions.rst

This commit is contained in:
Justin Miller 2021-04-12 22:37:32 -07:00 committed by GitHub
parent f5321d619c
commit 17f6a45a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ to specify any common fields between the types.
The basics:
- Each Union is a Python class that inherits from ``graphene.Union``.
- 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.
Quick example
-------------