module GraphQL::Schema::DefaultParseError

def self.call(parse_error, ctx)

def self.call(parse_error, ctx)
  ctx.errors.push(parse_error)
end