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