types property

Set<GraphQLType?> get types

The types collected, in traversal order.

Implementation

Set<GraphQLType?> get types => traversedTypes;