FSharp.Data.GraphQL


InputObjectDef

Namespace: FSharp.Data.GraphQL.Types

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

Instance members

Instance memberDescription
Description
Signature: string option
Modifiers: abstract

Optional input object description.

CompiledName: get_Description

Fields
Signature: InputFieldDef []
Modifiers: abstract

Collection of input object fields.

CompiledName: get_Fields

Name
Signature: string
Modifiers: abstract

Name of the input object.

CompiledName: get_Name

Fork me on GitHub