Sha256: e171ae9c9add22436bd9fe426a019a1f53f7a31f967f23f509cb2bf252516d55

Contents?: true

Size: 184 Bytes

Versions: 29

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  module Types
    class AggregateType < BaseObject
      graphql_name 'aggregate'

      field :count, Int, null: false
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
ibrain-core-0.5.15 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.13 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.12 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.10 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.9 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.8 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.7 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.6 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.5 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.4 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.3 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.2 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.1 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.5.0 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.4.9 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.4.8 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.4.7 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.4.5 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.4.4 app/graphql/ibrain/types/aggregate_type.rb
ibrain-core-0.4.3 app/graphql/ibrain/types/aggregate_type.rb