FSharp.Data.GraphQL


IntrospectionDirective

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

Introspection descriptor of a directive (i.e. @skip(if:...), @include(if:...) etc).

Record Fields

Record FieldDescription
Args
Signature: IntrospectionInputVal []

Array of arguments, current directive can be parametrized with.

Description
Signature: string option

Description of a target directive.

Locations
Signature: DirectiveLocation []

Array of AST locations, where it's valid to place target directive.

Name
Signature: string

Directive name.

Fork me on GitHub