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.
2 parents 5475a7a + 785fcb3 commit efe4b89Copy full SHA for efe4b89
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