Sha256: d22ff4b74c41cb9c6cd5bae16d6c4faf9a929fe65f4cadddf68ab6c885a11321
Contents?: true
Size: 383 Bytes
Versions: 10
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true module Decidim module Core # A very basic resolver for the GraphQL endpoint for a single participatory spaces # This can be easily overwritten by the participatory_space_manifest.query_finder class ParticipatorySpaceFinder < ParticipatorySpaceFinderBase argument :id, types.ID, "The ID of the participatory space" end end end
Version data entries
10 entries across 10 versions & 1 rubygems