TFieldResolverArgs.Source Property
Contains the object value (source) which is providing the field.
Remarks
Conceptually, the source corresponds to the objectValue parameter for the ResolveFieldValue algorithm in the GraphQL specification. In practical terms, it's usually the object instance holding the field (or property) being retrieved.
Syntax
Unit: GraphQL.Schema
property TFieldResolverArgs.Source: TValue