FSharp.Data.GraphQL


FieldDef

Namespace: FSharp.Data.GraphQL.Types

Untyped representation of the GraphQL field defintion. Can be used only withing object and interface definitions.

Instance members

Instance memberDescription
Args
Signature: InputFieldDef []
Modifiers: abstract

Field's arguments list.

CompiledName: get_Args

DeprecationReason
Signature: string option
Modifiers: abstract

Optional field deprecation warning.

CompiledName: get_DeprecationReason

Description
Signature: string option
Modifiers: abstract

Optional field description.

CompiledName: get_Description

Execute()
Signature: unit -> ExecuteField
Modifiers: abstract

INTERNAL API: Compiled field executor. To be set only by the runtime.

CompiledName: set_Execute

Execute()
Signature: unit -> unit
Modifiers: abstract

INTERNAL API: Compiled field executor. To be set only by the runtime.

CompiledName: get_Execute

Name
Signature: string
Modifiers: abstract

Name of the field.

CompiledName: get_Name

Resolve
Signature: Resolve
Modifiers: abstract

Field resolution function.

CompiledName: get_Resolve

TypeDef
Signature: OutputDef
Modifiers: abstract

Field's GraphQL type definition.

CompiledName: get_TypeDef

Fork me on GitHub