Update graphene/types/union.py

Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
This commit is contained in:
David Anderson 2019-06-04 07:59:25 -04:00 committed by Dave A
parent 1184f07071
commit 07b87c5070

View File

@ -39,7 +39,7 @@ class Union(UnmountedType, BaseType):
)
Meta:
types (Iterable[graphene.ObjectType)]: Required. Collection of types that may be returned
types (Iterable[graphene.ObjectType]): Required. Collection of types that may be returned
by this Union for the graphQL schema.
name (optional, str): the name of the GraphQL type (must be unique in schema). Defaults to class
name.