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.7.8 lib/graphql/schema/default_parse_error.rb
graphql-1.8.0.pre2 lib/graphql/schema/default_parse_error.rb
graphql-1.7.7 lib/graphql/schema/default_parse_error.rb
graphql-1.8.0.pre1 lib/graphql/schema/default_parse_error.rb
graphql-1.7.6 lib/graphql/schema/default_parse_error.rb
graphql-1.7.5 lib/graphql/schema/default_parse_error.rb
graphql-1.7.4 lib/graphql/schema/default_parse_error.rb
graphql-1.7.3 lib/graphql/schema/default_parse_error.rb
graphql-1.7.2 lib/graphql/schema/default_parse_error.rb
graphql-1.7.1 lib/graphql/schema/default_parse_error.rb
graphql-1.7.0 lib/graphql/schema/default_parse_error.rb
graphql-1.6.8 lib/graphql/schema/default_parse_error.rb
graphql-1.6.7 lib/graphql/schema/default_parse_error.rb
graphql-1.6.6 lib/graphql/schema/default_parse_error.rb
graphql-1.6.5 lib/graphql/schema/default_parse_error.rb
graphql-1.6.4 lib/graphql/schema/default_parse_error.rb
graphql-1.5.15 lib/graphql/schema/default_parse_error.rb
graphql-1.6.3 lib/graphql/schema/default_parse_error.rb
graphql-1.6.2 lib/graphql/schema/default_parse_error.rb
graphql-1.6.1 lib/graphql/schema/default_parse_error.rb