possibleTypes property

  1. @override
List<GraphQLObjectType> possibleTypes
final

A list of all types that conform to this union.

Implementation

@override
final List<GraphQLObjectType> possibleTypes = [];