ListDirectivesNode extension

on

Properties

interfaceApiNames Set<String>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

no setter
interfaceInputNames Set<String>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

no setter
interfaceNames Set<String>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

no setter
mixinApiNames Set<String>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

no setter
mixinInputNames Set<String>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

no setter
mixinNames Set<String>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

no setter

Methods

getDirective(String name) → DirectiveNode?

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

getDirectives(String name) Iterable<DirectiveNode>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

getDirectiveValue(String directive, String argument) → ValueNode?

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

getDirectiveValues(String directive, String argument) Iterable<ValueNode>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

getList<T extends Object>(String directive, String argument, [String? argument2, String? argument3]) List<T>

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

getString(String directive, String argument) String?

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension

hasDirective(String name) bool

Available on Iterable<DirectiveNode>, provided by the ListDirectivesNode extension