Class: GraphQL::Doctor::Checks::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/doctor/checks/base.rb

Direct Known Subclasses

ArgumentKeywordMatch, ResolverMethodPresence

Instance Method Summary collapse

Constructor Details

#initialize(source_index, config) ⇒ Base

Returns a new instance of Base.



17
18
19
20
# File 'lib/graphql/doctor/checks/base.rb', line 17

def initialize(source_index, config)
  @source_index = source_index
  @config = config
end