type property

  1. @override
GraphQLType<Value, Serialized> type
final

The GraphQLType associated with values that this field's resolve callback returns.

Implementation

@override
final GraphQLType<Value, Serialized> type;