FSharp.Data.GraphQL


OutputDef<'Val>

Namespace: FSharp.Data.GraphQL.Types

Representation of all type defintions, that can be uses as outputs. By default only scalars, enums, lists, nullables, unions, interfaces and objects are valid input types. Constrained to represent .NET type provided as generic parameter.

Fork me on GitHub