Planning
Namespace: FSharp.Data.GraphQL
The MIT License (MIT)
Copyright (c) 2016 Bazinga Technologies Inc
Functions and values
Function or value | Description |
SchemaMetaFieldDef
Signature: FieldDef<obj>
|
Field definition allowing to access the current type schema of this server.
|
TypeMetaFieldDef
Signature: FieldDef<obj>
|
Field definition allowing to request the type information of a single type.
|
TypeNameMetaFieldDef
Signature: FieldDef<obj>
|
Field definition allowing to resolve a name of the current Object type at runtime.
|