Directive class
Directives provide a way to describe alternate runtime execution and type validation behavior in a GraphQL document.
- Inheritance
- Object
- GraphQLEntity
- Directive
- Annotations
Constructors
- Directive(DirectiveNode astNode)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object o) → bool -
The equality operator. [...]
inherited