DirectiveDef
Namespace: FSharp.Data.GraphQL.Types
GraphQL directive defintion.
Record Fields
Record Field | Description |
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.
|