Method: GraphQL::StaticValidation::QueryRootExistsError#initialize

Defined in:
lib/graphql/static_validation/rules/query_root_exists_error.rb

#initialize(message, path: nil, nodes: []) ⇒ QueryRootExistsError

Returns a new instance of QueryRootExistsError.



6
7
8
# File 'lib/graphql/static_validation/rules/query_root_exists_error.rb', line 6

def initialize(message, path: nil, nodes: [])
  super(message, path: path, nodes: nodes)
end