Method: GraphQL::Schema::Warden#directives

Defined in:
lib/graphql/schema/warden.rb

#directivesObject

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.



361
362
363
# File 'lib/graphql/schema/warden.rb', line 361

def directives
  @schema.directives.each_value.select { |d| visible?(d) }
end