Sha256: 1b660941067fb825c21c60afe40dd1981724f3d4d96a1ad4673b21b237ae39ef
Contents?: true
Size: 268 Bytes
Versions: 40
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true module Decidim module Core ComponentType = GraphQL::ObjectType.define do interfaces [-> { ComponentInterface }] name "Component" description "A base component with no particular specificities." end end end
Version data entries
40 entries across 40 versions & 1 rubygems