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.6.0 lib/graphql/schema/default_parse_error.rb
graphql-1.5.14 lib/graphql/schema/default_parse_error.rb
graphql-1.5.13 lib/graphql/schema/default_parse_error.rb
graphql-1.5.7.1 lib/graphql/schema/default_parse_error.rb
graphql-1.5.12 lib/graphql/schema/default_parse_error.rb
graphql-1.5.11 lib/graphql/schema/default_parse_error.rb
graphql-1.5.10 lib/graphql/schema/default_parse_error.rb
graphql-1.5.9 lib/graphql/schema/default_parse_error.rb
graphql-1.5.8 lib/graphql/schema/default_parse_error.rb
graphql-1.5.7 lib/graphql/schema/default_parse_error.rb
graphql-1.5.6 lib/graphql/schema/default_parse_error.rb
graphql-1.5.5 lib/graphql/schema/default_parse_error.rb
graphql-1.5.4 lib/graphql/schema/default_parse_error.rb
graphql-1.5.3 lib/graphql/schema/default_parse_error.rb