FSharp.Data.GraphQL


EnumVal

Namespace: FSharp.Data.GraphQL.Types

A GraphQL representation of single case of the enum type. Enum value return value is always represented as string.

Instance members

Instance memberDescription
DeprecationReason
Signature: string option
Modifiers: abstract

Optional description of the deprecation reason.

CompiledName: get_DeprecationReason

Description
Signature: string option
Modifiers: abstract

Optional enum value description.

CompiledName: get_Description

Name
Signature: string
Modifiers: abstract

Identifier of the enum value.

CompiledName: get_Name

Value
Signature: obj
Modifiers: abstract

Value to be stringified as a result to the user.

CompiledName: get_Value

Fork me on GitHub