NameValueLookup
Namespace: FSharp.Data.GraphQL
Parent Module: Execution
Name value lookup used as output to be serialized into JSON. It has a form of a dictionary with fixed set of keys. Values under keys can be set, but no new entry can be added or removed, once lookup has been initialized. This dicitionay implements structural equality.
Constructors
Instance members
Static members
Static member | Description |
ofList(l)
Signature: (l:(string * obj) list) -> NameValueLookup
|
Create new NameValueLookup from given list of key-value tuples. |