Sha256: f1c34033488c512d98bd04b90b23458a748f4b4b7eca30448fedae09a09a9ee3
Contents?: true
Size: 465 Bytes
Versions: 52
Compression:
Stored size: 465 Bytes
Contents
# frozen_string_literal: true module Decidim module Core # This type represents a Decidim's global property. class DecidimType < Decidim::Api::Types::BaseObject description "Decidim's framework-related properties." field :version, GraphQL::Types::String, "The current decidim's version of this deployment.", null: false field :application_name, GraphQL::Types::String, "The current installation's name.", null: false end end end
Version data entries
52 entries across 52 versions & 1 rubygems