Sha256: 8980afeb281e3afa5f50ae2216d273d818b7c1ffb72aaa0fa9fc5837d52ca826

Contents?: true

Size: 157 Bytes

Versions: 2

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  module Types
    class FilterType < GraphQL::Schema::Scalar
      description 'Filter Type'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ibrain-core-0.1.3 app/graphql/ibrain/types/filter_type.rb
ibrain-core-0.1.2 app/graphql/ibrain/types/filter_type.rb