Sha256: 6e85865264a975156c3364463a5bc51e338029a76c09591688ab5fc6f9c846af

Contents?: true

Size: 332 Bytes

Versions: 35

Compression:

Stored size: 332 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Comments
    # This type represents a commentable object.
    CommentableType = GraphQL::ObjectType.define do
      name "Commentable"
      description "A commentable object"

      interfaces [
        -> { Decidim::Comments::CommentableInterface }
      ]
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
decidim-comments-0.23.6 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.23.5 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.23.4 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.23.3 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.23.2 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.23.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.23.1.rc1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.23.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.22.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.21.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.20.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.20.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.19.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.18.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.19.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.17.2 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.18.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.17.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.16.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.17.0 app/types/decidim/comments/commentable_type.rb