Method: GraphQL::Schema::Warden::NullWarden#initialize
- Defined in:
- lib/graphql/schema/warden.rb
#initialize(_filter = nil, context:, schema:) ⇒ NullWarden
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.
Returns a new instance of NullWarden.
92 93 94 |
# File 'lib/graphql/schema/warden.rb', line 92 def initialize(_filter = nil, context:, schema:) @schema = schema end |