resolve property

GraphQLFieldResolver<Value, Serialized>? resolve
final

A function used to evaluate the value of this field, with respect to an arbitrary Dart value.

Implementation

final GraphQLFieldResolver<Value, Serialized>? resolve;