TTypeResolverArgs.Source Property
Contains the object value (source) which is being resolved.
Remarks
Conceptually, the source corresponds to the objectValue parameter for the ResolveAbstractType algorithm in the GraphQL specification. In practical terms, it's usually the object instance which actually represents the interface or union.
Syntax
Unit: GraphQL.Schema
property TTypeResolverArgs.Source: TValue