module GraphQL::Schema::DefaultParseError

Public Class Methods

call(parse_error, ctx) click to toggle source
# File lib/graphql/schema/default_parse_error.rb, line 4
def self.call(parse_error, ctx)
  ctx.errors.push(parse_error)
end