All Implemented Interfaces:
Type

public class UnionType extends ObjectType
This class represents an Union, as defined in a GraphQL schema. In the generated classes, this needs to be an interface, as an object type may be in several unions.
Author:
etienne-sf