possibleTypes property

List<GraphQLObjectType> possibleTypes
final

A list of all types that conform to this union.

Implementation

final List<GraphQLObjectType> possibleTypes = [];