Sha256: dc6485a9ddb6dd41e84f6b2637bf5ad35e49c54e087bdd9c9848f05262a491a2

Contents?: true

Size: 380 Bytes

Versions: 50

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Comments
    # This type represents a mutation to create new comments.
    class AddCommentType < Decidim::Api::Types::BaseObject
      graphql_name "Add comment"
      description "Add a new comment"

      field :comment, Decidim::Comments::CommentType, null: true, description: "The new created comment"
    end
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
decidim-comments-0.29.1 lib/decidim/api/add_comment_type.rb
decidim-comments-0.28.4 lib/decidim/api/add_comment_type.rb
decidim-comments-0.27.9 lib/decidim/api/add_comment_type.rb
decidim-comments-0.29.0 lib/decidim/api/add_comment_type.rb
decidim-comments-0.28.3 lib/decidim/api/add_comment_type.rb
decidim-comments-0.27.8 lib/decidim/api/add_comment_type.rb
decidim-comments-0.29.0.rc4 lib/decidim/api/add_comment_type.rb
decidim-comments-0.29.0.rc3 lib/decidim/api/add_comment_type.rb
decidim-comments-0.29.0.rc2 lib/decidim/api/add_comment_type.rb
decidim-comments-0.29.0.rc1 lib/decidim/api/add_comment_type.rb
decidim-comments-0.28.2 lib/decidim/api/add_comment_type.rb
decidim-comments-0.27.7 lib/decidim/api/add_comment_type.rb
decidim-comments-0.28.1 lib/decidim/api/add_comment_type.rb
decidim-comments-0.27.6 lib/decidim/api/add_comment_type.rb
decidim-comments-0.26.10 lib/decidim/api/add_comment_type.rb
decidim-comments-0.26.9 lib/decidim/api/add_comment_type.rb
decidim-comments-0.28.0 lib/decidim/api/add_comment_type.rb
decidim-comments-0.27.5 lib/decidim/api/add_comment_type.rb
decidim-comments-0.28.0.rc5 lib/decidim/api/add_comment_type.rb
decidim-comments-0.28.0.rc4 lib/decidim/api/add_comment_type.rb