FSharp.Data.GraphQL


DirectiveDef

Namespace: FSharp.Data.GraphQL.Types

GraphQL directive defintion.

Record Fields

Record FieldDescription
Args
Signature: InputFieldDef []

Array of arguments defined within that directive.

Description
Signature: string option

Optional directive description.

Locations
Signature: DirectiveLocation

Directive location - describes, which part's of the query AST are valid places to include current directive to.

Name
Signature: string

Directive's name - it's NOT '@' prefixed.

Fork me on GitHub