mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 19:32:33 +03:00
Update graphene/types/union.py
Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
This commit is contained in:
parent
1184f07071
commit
07b87c5070
|
@ -39,7 +39,7 @@ class Union(UnmountedType, BaseType):
|
||||||
)
|
)
|
||||||
|
|
||||||
Meta:
|
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.
|
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 (optional, str): the name of the GraphQL type (must be unique in schema). Defaults to class
|
||||||
name.
|
name.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user