TTypeResolverFunc Anonymous method The function type of a type resolver. A function of this type is executed to resolve a type. Syntax Unit: GraphQL.Schema TTypeResolverFunc = reference to function(Args: TTypeResolverArgs): TSchemaObjectType;