Sha256: bb8dd21ca422f7a0d7f916f844ed0cb2dd2021da902088862d72be7c727c58e7

Contents?: true

Size: 219 Bytes

Versions: 60

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  module Types
    module NodeType
      include Ibrain::Types::BaseInterface
      # Add the `id` field
      include GraphQL::Types::Relay::NodeBehaviors
    end
  end
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
ibrain-core-0.4.2 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.4.1 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.4.0 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.9 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.8 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.7.rc.pre.1 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.7 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.6.pre.rc.1 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.6 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.5 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.4 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.3.pre.rc.2 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.3.pre.rc.1 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.3 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.2.pre.rc.4 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.2.pre.rc.3 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.2.pre.rc app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.2 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.1 app/graphql/ibrain/types/node_type.rb
ibrain-core-0.3.0 app/graphql/ibrain/types/node_type.rb