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