FSharp.Data.GraphQL


Planning

Namespace: FSharp.Data.GraphQL

The MIT License (MIT) Copyright (c) 2016 Bazinga Technologies Inc

Functions and values

Function or valueDescription
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.

Fork me on GitHub