module GraphQL::Schema::DefaultParseError
Public Class Methods
call(parse_error, ctx)
click to toggle source
# File lib/graphql/schema/default_parse_error.rb, line 5 def self.call(parse_error, ctx) ctx.errors.push(parse_error) end