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