IntrospectionField
Namespace: FSharp.Data.GraphQL.Types
Parent Module: Introspection
Introspection descriptor for Object and Interface fields.
Record Fields
Record Field | Description |
Args
Signature: IntrospectionInputVal []
|
Array of field arguments. In GraphQL fields can be parametrized,
working effectively like methods.
|
DeprecationReason
Signature: string option
|
If field is deprecated here a deprecation reason may be set.
|
Description
Signature: string option
|
Optional field description.
|
IsDeprecated
Signature: bool
|
If true, marks current field as deprecated, but still
available for compatibility reasons.
|
Name
Signature: string
|
Field name. Must be unique in scope of the definin object/interface.
|
Type
Signature: IntrospectionTypeRef
|
Introspection reference to field's type.
|