TFieldResolverFunc Anonymous method The function type of a field resolver. A function of this type is executed to resolve a field. Syntax Unit: GraphQL.Schema TFieldResolverFunc = reference to function(Args: TFieldResolverArgs): TValue;