menu
gql2 package
documentation
schema.dart
FieldDefinition
directives property
directives property
dark_mode
light_mode
directives
property
List
<
Directive
>
?
get
directives
Implementation
List<Directive>? get directives => astNode!.directives.map((d) => Directive(d)).toList();
gql2 package
documentation
schema
FieldDefinition
directives property
FieldDefinition class