lib/graphql/parse_error.rb in graphql-1.12.3 vs lib/graphql/parse_error.rb in graphql-1.12.4
- old
+ new
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-# test_via: language/parser.rb
module GraphQL
class ParseError < GraphQL::Error
attr_reader :line, :col, :query
def initialize(message, line, col, query, filename: nil)
if filename