Method: GraphQL::StaticValidation::TypeStack#directive_definitions
- Defined in:
- lib/graphql/static_validation/type_stack.rb
#directive_definitions ⇒ Array<GraphQL::Node::Directive> (readonly)
Directives are pushed on, then popped off while traversing the tree
28 29 30 |
# File 'lib/graphql/static_validation/type_stack.rb', line 28 def directive_definitions @directive_definitions end |