Sha256: 4bad69103058afa6b12d2145eda5f6361fbfb48ce0594149fe72d4f0fe5bd380

Contents?: true

Size: 191 Bytes

Versions: 14

Compression:

Stored size: 191 Bytes

Contents

# frozen_string_literal: true

module GraphQL::Stitching
  class Composer
    class BaseValidator
      def perform(ctx, composer)
        raise "not implemented"
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
graphql-stitching-1.6.0 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.5.2 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.5.1 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.5.0 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.4.3 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.4.2 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.4.1 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.4.0 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.3.0 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.2.5 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.2.4 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.2.3 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.2.2 lib/graphql/stitching/composer/base_validator.rb
graphql-stitching-1.2.1 lib/graphql/stitching/composer/base_validator.rb