Sha256: c212b51b3fd282eeacc41e08f554f28e8bb2233cb76fd51d3c5d9f2a94c9abb2
Contents?: true
Size: 254 Bytes
Versions: 50
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true module Decidim module Api # This type represents the root mutation type of the whole API class MutationType < Decidim::Api::Types::BaseObject description "The root mutation of this schema" end end end
Version data entries
50 entries across 50 versions & 1 rubygems