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 9c3e4bb commit 5d4e71fCopy full SHA for 5d4e71f
graphene/types/union.py
@@ -21,7 +21,7 @@ class Union(UnmountedType, BaseType):
21
to determine which type is actually used when the field is resolved.
22
23
The schema in this example can take a search text and return any of the GraphQL object types
24
- indicated: Human, Droid or Startship.
+ indicated: Human, Droid or Starship.
25
26
Ambiguous return types can be resolved on each ObjectType through ``Meta.possible_types``
27
attribute or ``is_type_of`` method. Or by implementing ``resolve_type`` class method on the
0 commit comments