Sha256: 7dd3c3a6d0c3bad44cb5d5a8e5dc8871eea41546aebca8175614d20c7f60f66f

Contents?: true

Size: 176 Bytes

Versions: 31

Compression:

Stored size: 176 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  module Types
    class AggregateType < BaseObject
      field :total_count, Int, null: false, default_value: 0
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
ibrain-core-0.3.5 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.4 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.3.pre.rc.2 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.3.pre.rc.1 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.3 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.2.pre.rc.4 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.2.pre.rc.3 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.2.pre.rc app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.2 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.1 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.3.0 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.9 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.8 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.7 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.6 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.5 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.4 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.3 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.2 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.2.1 app/graphql/ibrain/types/aggregate_type.rb