Sha256: 9a6e1e55c9093125c6a20792162738c22418643fccaec19bb6c92a753f6fa602
Contents?: true
Size: 267 Bytes
Versions: 18
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true module Decidim module Api # This type represents the root mutation type of the whole API MutationType = GraphQL::ObjectType.define do name "Mutation" description "The root mutation of this schema" end end end
Version data entries
18 entries across 18 versions & 2 rubygems