Sha256: ed9bc111973fe6cb5170e29af26dabf44c4747cff78bf5b723b6d7676c388df3

Contents?: true

Size: 245 Bytes

Versions: 60

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  module Types
    class BaseEdge < Types::BaseObject
      # add `node` and `cursor` fields, as well as `node_type(...)` override
      include GraphQL::Types::Relay::EdgeBehaviors
    end
  end
end

Version data entries

60 entries across 60 versions & 1 rubygems

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