Sha256: cf2c2a66421688fd20bc3e318c1945767bd9f5957f6a21982999780ea989584a
Contents?: true
Size: 457 Bytes
Versions: 50
Compression:
Stored size: 457 Bytes
Contents
# frozen_string_literal: true module Decidim module Core class AreaTypeType < Decidim::Api::Types::BaseObject description "An area type." field :id, GraphQL::Types::ID, "Internal ID for this area type", null: false field :name, Decidim::Core::TranslatedFieldType, "The name of this area type.", null: false field :plural, Decidim::Core::TranslatedFieldType, "The plural name of this area type", null: false end end end
Version data entries
50 entries across 50 versions & 1 rubygems