FSharp.Data.GraphQL


ReflectionHelper

Namespace: FSharp.Data.GraphQL

Functions and values

Function or valueDescription
listOfType t
Signature: t:(type) -> ('?8827 -> '?8828 -> obj) * obj
Type parameters: '?8827, '?8828

Returns pair of function constructors for cons(head,tail) and nil used to create list of type given at runtime.

optionOfType t
Signature: t:(type) -> ('?8830 -> obj) * obj
Type parameters: '?8830

Returns pair of function constructors for some(value) and none used to create option of type given at runtime.

Fork me on GitHub