Sha256: 2c0d4e19916acf9fe34e88b8b9eeac59a001b1584c58bd7ead12d084ced1d8ed

Contents?: true

Size: 325 Bytes

Versions: 59

Compression:

Stored size: 325 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

59 entries across 59 versions & 2 rubygems

Version Path
decidim-comments-0.11.2 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.11.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.11.0.pre1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.10.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.10.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.9.3 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.9.2 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.9.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.9.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.8.4 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.8.3 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.8.2 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.8.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.8.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.7.4 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.7.3 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.7.2 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.7.1 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.7.0 app/types/decidim/comments/commentable_type.rb
decidim-comments-0.6.8 app/types/decidim/comments/commentable_type.rb