FSharp.Data.GraphQL


Track

Namespace: FSharp.Data.GraphQL
Parent Module: Linq

A track is used to represend a single member access statement in F# quotation expressions. It can be represented as (member: from -> to), where member in name of field/property getter, from determines a type, which member is accessed and to a returned type of a member.

Record Fields

Record FieldDescription
Name
Signature: string option

Name of the field or property. None is used only by root of the property tracker tree.

ParentType
Signature: Type

Type declaring field or property.

ReturnType
Signature: Type

Type of value returned or stored by field or property.

Fork me on GitHub