FSharp.Data.GraphQL


InputObjectDefinition<'Val>

Namespace: FSharp.Data.GraphQL.Types

GraphQL tye definition for input objects. They are different from object types (which can be used only as outputs).

Record Fields

Record FieldDescription
Description
Signature: string option

Optional input object description.

FieldsFn
Signature: unit -> InputFieldDef []

Function used to define field inputs. It must be lazy in order to support self-referencing types.

Name
Signature: string

Name of the input object.

Fork me on GitHub