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