FSharp.Data.GraphQL


EnumDef<'Val>

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
Options
Signature: EnumValue<'Val> []
Modifiers: abstract

List of available enum cases (typed).

CompiledName: get_Options

Fork me on GitHub