Method: GraphQL::Schema::Warden::NullWarden#directives
- Defined in:
- lib/graphql/schema/warden.rb
#directives ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
108 |
# File 'lib/graphql/schema/warden.rb', line 108 def directives; @schema.directives.values; end |