Linq
Namespace: FSharp.Data.GraphQL
The MIT License (MIT) Copyright (c) 2016 Bazinga Technologies Inc
Nested types and modules
Type | Description |
Arg | Record defining an argument resolved as part of the property tracker. |
ArgApplication | Delegate describing application of the callable argument on the provided LINQ expression. |
CallableArg | Input for custom argument applicators. Contains metadata associated with current property call. |
Track | A track is used to represend a single member access statement in F# quotation expressions.
It can be represented as (member: from -> to), where |
Tracker | A representation of the property tree - describes a tree of all properties and subproperties accessed in provided ExecutionInfo with top level argument given as a root. |