FSharp.Data.GraphQL


NamedDef

Namespace: FSharp.Data.GraphQL.Types

Representation of named types. All named types are registered in a schema. By default only non-named types are nullables and lists.

Instance members

Instance memberDescription
Name
Signature: string
Modifiers: abstract

Returns a name of the current named type. It must be unique in scope of the defining schema.

CompiledName: get_Name

Fork me on GitHub