type property

GraphQLType<Value, Serialized> type
final

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

Implementation

final GraphQLType<Value, Serialized> type;