Sha256: 0fa36b2bb2a20539dacfe6c7d14ff76ff19df0e39c4ccb1b7a81bb3f50f91dd6
Contents?: true
Size: 320 Bytes
Versions: 94
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true module Decidim module Comments # This type represents a mutation to create new comments. AddCommentType = GraphQL::ObjectType.define do name "Add comment" description "Add a new comment" field :comment, CommentType, "The new created comment" end end end
Version data entries
94 entries across 94 versions & 2 rubygems