Sha256: 720bd17f7a52dfeb30511ff5532893ab158d961417bf316b6110ae96fafb9549
Contents?: true
Size: 380 Bytes
Versions: 10
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true module Decidim module Core class ParticipatorySpaceInputSort < BaseInputSort include HasPublishableInputSort graphql_name "ParticipatorySpaceSort" description "A type used for sorting any generic participatory space" argument :id, String, "Sort by ID, valid values are ASC or DESC", required: false end end end
Version data entries
10 entries across 10 versions & 1 rubygems