Skip to content

Commit

Permalink
Merge pull request #1424 from ramonwenger/master
Browse files Browse the repository at this point in the history
Fix typo in union comments
  • Loading branch information
tcleonard committed Jun 20, 2022
2 parents 5475a7a + 785fcb3 commit efe4b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene/types/union.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Union(UnmountedType, BaseType):
to determine which type is actually used when the field is resolved.
The schema in this example can take a search text and return any of the GraphQL object types
indicated: Human, Droid or Startship.
indicated: Human, Droid or Starship.
Ambiguous return types can be resolved on each ObjectType through ``Meta.possible_types``
attribute or ``is_type_of`` method. Or by implementing ``resolve_type`` class method on the
Expand Down

0 comments on commit efe4b89

Please sign in to comment.