Sha256: 16b145cb9e6aac8465660873bff298d9bdb32acb253bdb51512390b1dd074c1e
Contents?: true
Size: 396 Bytes
Versions: 55
Compression:
Stored size: 396 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, GraphQL::Types::String, "Sort by ID, valid values are ASC or DESC", required: false end end end
Version data entries
55 entries across 55 versions & 1 rubygems