Execution
Namespace: FSharp.Data.GraphQL
The MIT License (MIT) Copyright (c) 2016 Bazinga Technologies Inc
Nested types and modules
Type | Description |
NameValueLookup | 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. |