type property

(GraphQLType Function()?) type
final

A constant callback that returns an explicit type for the annotated field, rather than having it be assumed

Implementation

final GraphQLType Function()? type;