Sha256: 358820aa065a8ffe80aa354ecda6e28f212b2d5bc8bc0c227053353903417663

Contents?: true

Size: 779 Bytes

Versions: 38

Compression:

Stored size: 779 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Elections
    # This type represents a bulletin board closure for an election.
    class BulletinBoardClosureType < Decidim::Api::Types::BaseObject
      description "A bulletin board election closure"

      field :id, GraphQL::Types::ID, "The internal ID of this result", null: false
      field :created_at, Decidim::Core::DateTimeType, "When this result was created", null: true
      field :updated_at, Decidim::Core::DateTimeType, "When this result was updated", null: true
      field :election, Decidim::Elections::ElectionType, "The election for this closure", null: false
      field :results, [Decidim::Elections::ElectionResultType, { null: true }], "The results for this closure", null: false
    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
decidim-elections-0.28.4 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.9 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.28.3 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.8 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.28.2 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.7 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.28.1 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.6 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.26.10 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.26.9 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.28.0 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.5 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.28.0.rc5 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.28.0.rc4 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.26.8 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.4 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.3 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.26.7 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.26.5 lib/decidim/api/bulletin_board_closure_type.rb
decidim-elections-0.27.2 lib/decidim/api/bulletin_board_closure_type.rb