FSharp.Data.GraphQL


TypeCompiler

Namespace: FSharp.Data.GraphQL.Client

Nested types and modules

TypeDescription
ProviderSessionContext
TypeReference

Functions and values

Function or valueDescription
genEnum ctx itype t
Signature: ctx:ProviderSessionContext -> itype:IntrospectionType -> t:ProvidedTypeDefinition -> unit
genObject ctx itype t
Signature: ctx:ProviderSessionContext -> itype:IntrospectionType -> t:ProvidedTypeDefinition -> unit
genProperty (...)
Signature: ctx:ProviderSessionContext -> docPrefix:string -> forceNullable:bool -> ifield:IntrospectionField -> ProvidedProperty
genType ctx itype t
Signature: ctx:ProviderSessionContext -> itype:IntrospectionType -> t:ProvidedTypeDefinition -> unit
genUnion ctx itype t
Signature: ctx:ProviderSessionContext -> itype:IntrospectionType -> t:ProvidedTypeDefinition -> unit
initType ctx itype
Signature: ctx:ProviderSessionContext -> itype:IntrospectionType -> ProvidedTypeDefinition
Fork me on GitHub