FSharp.Data.GraphQL


ScalarDef

Namespace: FSharp.Data.GraphQL.Types

An untyped representation of GraphQL scalar type.

Instance members

Instance memberDescription
CoerceInput(arg1)
Signature: Value -> obj option
Modifiers: abstract

A function used to retrieve a .NET object from provided GraphQL query.

CoerceValue(arg1)
Signature: obj -> obj option
Modifiers: abstract

A function used to set a surrogate representation to be returned as a query result.

Description
Signature: string option
Modifiers: abstract

Optional scalar type description.

CompiledName: get_Description

Name
Signature: string
Modifiers: abstract

Name of the scalar type.

CompiledName: get_Name

Fork me on GitHub