Sha256: ca26aedf7385e605e5d5024d7bde89ba4f4dc8cb637d18d0510ee5e8e43d84b3
Contents?: true
Size: 395 Bytes
Versions: 10
Compression:
Stored size: 395 Bytes
Contents
# frozen_string_literal: true module Decidim module Core # This interface represents a attachable object. AttachableInterface = GraphQL::InterfaceType.define do name "AttachableInterface" description "An interface that can be used in objects with attachments" field :attachments, !types[Decidim::Core::AttachmentType], "This object's attachments" end end end
Version data entries
10 entries across 10 versions & 1 rubygems