Sha256: 3479793960aab654ed308fb5080076b5205968704d983355f9d1fafb4f67c8bb

Contents?: true

Size: 192 Bytes

Versions: 178

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

178 entries across 178 versions & 2 rubygems

Version Path
graphql-1.11.12 lib/graphql/schema/default_parse_error.rb
graphql-1.11.11 lib/graphql/schema/default_parse_error.rb
graphql-1.12.25 lib/graphql/schema/default_parse_error.rb
graphql-1.13.24 lib/graphql/schema/default_parse_error.rb
graphql-1.13.23 lib/graphql/schema/default_parse_error.rb
graphql-1.13.22 lib/graphql/schema/default_parse_error.rb
graphql-1.13.21 lib/graphql/schema/default_parse_error.rb
graphql-1.13.20 lib/graphql/schema/default_parse_error.rb
graphql-1.13.19 lib/graphql/schema/default_parse_error.rb
graphql-1.13.18 lib/graphql/schema/default_parse_error.rb
graphql-1.13.17 lib/graphql/schema/default_parse_error.rb
graphql-1.13.16 lib/graphql/schema/default_parse_error.rb
graphql-1.13.15 lib/graphql/schema/default_parse_error.rb
graphql-1.13.14 lib/graphql/schema/default_parse_error.rb
graphql-1.13.13 lib/graphql/schema/default_parse_error.rb
graphql_cody-1.13.0 lib/graphql/schema/default_parse_error.rb
graphql-1.13.12 lib/graphql/schema/default_parse_error.rb
graphql-1.13.11 lib/graphql/schema/default_parse_error.rb
graphql-1.13.10 lib/graphql/schema/default_parse_error.rb
graphql-1.13.9 lib/graphql/schema/default_parse_error.rb