Sha256: c200c8058e3a5be8991699a0a9b1b3bcad29b30b4d4320118127cbd5219554f4
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses # This type represents a ParticipatoryProcess. ParticipatoryProcessType = GraphQL::ObjectType.define do interfaces [Decidim::Core::ParticipatorySpaceInterface] name "ParticipatoryProcess" description "A participatory process" field :steps, !types[ParticipatoryProcessStepType], "All the steps of this process." end end end
Version data entries
2 entries across 2 versions & 1 rubygems