FSharp.Data.GraphQL


NullableDef<'Val>

Namespace: FSharp.Data.GraphQL.Types

GraphQL type definition for nullable/optional types. By default all GraphQL types in this library are considered to be NonNull. This definition applies reversed mechanics, allowing them to take null as a valid value.

Instance members

Instance memberDescription
OfType
Signature: TypeDef<'Val>
Modifiers: abstract

GraphQL type definition of the nested type.

CompiledName: get_OfType

Fork me on GitHub