ReflectionHelper
Namespace: FSharp.Data.GraphQL
Functions and values
Function or value | Description |
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.
|