Sha256: 337fcc4103c3e4acc556e715d5468d504fe389b7100ae84c4b08cddb59296631

Contents?: true

Size: 313 Bytes

Versions: 27

Compression:

Stored size: 313 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  module Types
    class BaseObject < GraphQL::Schema::Object
      include GraphQL::Relay::Node

      edge_type_class(Ibrain::Types::BaseEdge)
      connection_type_class(Ibrain::Types::BaseConnection)

      field_class ::Ibrain::Types::BaseField
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

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