FSharp.Data.GraphQL


IntrospectionInputVal

Namespace: FSharp.Data.GraphQL.Types
Parent Module: Introspection

Introspection descriptor for input values (InputObject fields or field arguments).

Record Fields

Record FieldDescription
DefaultValue
Signature: string option

Default arguments value, if provided.

Description
Signature: string option

Optional input argument description.

Name
Signature: string

Input argument name.

Type
Signature: IntrospectionTypeRef

Introspection reference to argument's type.

Fork me on GitHub