Sha256: 3479793960aab654ed308fb5080076b5205968704d983355f9d1fafb4f67c8bb

Contents?: true

Size: 192 Bytes

Versions: 174

Compression:

Stored size: 192 Bytes

Contents

# frozen_string_literal: true
module GraphQL
  class Schema
    module DefaultParseError
      def self.call(parse_error, ctx)
        ctx.errors.push(parse_error)
      end
    end
  end
end

Version data entries

174 entries across 174 versions & 2 rubygems

Version Path
graphql-1.12.11 lib/graphql/schema/default_parse_error.rb
graphql-1.12.10 lib/graphql/schema/default_parse_error.rb
graphql-1.12.9 lib/graphql/schema/default_parse_error.rb
graphql-1.12.8 lib/graphql/schema/default_parse_error.rb
graphql-1.12.7 lib/graphql/schema/default_parse_error.rb
graphql-1.12.6 lib/graphql/schema/default_parse_error.rb
graphql-1.12.5 lib/graphql/schema/default_parse_error.rb
graphql-1.11.8 lib/graphql/schema/default_parse_error.rb
graphql-1.12.4 lib/graphql/schema/default_parse_error.rb
graphql-1.12.3 lib/graphql/schema/default_parse_error.rb
graphql-1.12.2 lib/graphql/schema/default_parse_error.rb
graphql-1.12.1 lib/graphql/schema/default_parse_error.rb
graphql-1.12.0 lib/graphql/schema/default_parse_error.rb
graphql-1.11.7 lib/graphql/schema/default_parse_error.rb
graphql-1.11.6 lib/graphql/schema/default_parse_error.rb
graphql-1.8.18 lib/graphql/schema/default_parse_error.rb
graphql-1.11.5 lib/graphql/schema/default_parse_error.rb
graphql-1.11.4 lib/graphql/schema/default_parse_error.rb
graphql-1.11.3 lib/graphql/schema/default_parse_error.rb
graphql-1.11.2 lib/graphql/schema/default_parse_error.rb