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