CallableArg
Namespace: FSharp.Data.GraphQL
Parent Module: Linq
Input for custom argument applicators. Contains metadata associated with
current property call.
Record Fields
Record Field | Description |
AllArguments
Signature: Arg list
|
List of all other arguments resolved as part of other possible
applications on the current property track.
|
Argument
Signature: Arg
|
Resolved argument value related to current argument application.
|
Fields
Signature: Set<Tracker>
|
Set of trackers defining nested property subtrees.
|
Track
Signature: Track
|
Track describing field or property access.
|
Type
Signature: Type
|
Source type of the property - in case when track returns a collection or option,
this is the type of the nested element.
|