Method: GraphQL::Schema#parse_error=

Defined in:
lib/graphql/schema.rb

#parse_error=(new_proc) ⇒ Object

Parameters:

  • new_proc (#call)

    A new callable for handling parse errors during execution


479
480
481
# File 'lib/graphql/schema.rb', line 479

def parse_error=(new_proc)
  @parse_error_proc = new_proc
end