Sha256: e451166d02523e10f682ea74aa480cac2972f86b2010808e24e291ca6551b74c

Contents?: true

Size: 324 Bytes

Versions: 10

Compression:

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

10 entries across 10 versions & 2 rubygems

Version Path
decidim-comments-0.1.0 app/types/decidim/comments/commentable_type.rb
decidim-0.1.0 decidim-comments/app/types/decidim/comments/commentable_type.rb
decidim-comments-0.0.8.1 app/types/decidim/comments/commentable_type.rb
decidim-0.0.8.1 decidim-comments/app/types/decidim/comments/commentable_type.rb
decidim-comments-0.0.7 app/types/decidim/comments/commentable_type.rb
decidim-0.0.7 decidim-comments/app/types/decidim/comments/commentable_type.rb
decidim-comments-0.0.6 app/types/decidim/comments/commentable_type.rb
decidim-0.0.6 decidim-comments/app/types/decidim/comments/commentable_type.rb
decidim-comments-0.0.5 app/types/decidim/comments/commentable_type.rb
decidim-0.0.5 decidim-comments/app/types/decidim/comments/commentable_type.rb