FSharp.Data.GraphQL


EnumDef

Namespace: FSharp.Data.GraphQL.Types

A GraphQL representation of the enum type. Enums are leaf types. They have a well-defined set of all possible cases that can be returned to caller.

Instance members

Instance memberDescription
Description
Signature: string option
Modifiers: abstract

Optional enum type description.

CompiledName: get_Description

Name
Signature: string
Modifiers: abstract

Enum type name.

CompiledName: get_Name

Options
Signature: EnumVal []
Modifiers: abstract

List of available enum cases.

CompiledName: get_Options

Fork me on GitHub