Sha256: d604eb228c472f4a3349c5a33d6f626ffdc8508af2b9e6740ac8384d4f7d7954
Contents?: true
Size: 257 Bytes
Versions: 94
Compression:
Stored size: 257 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
94 entries across 94 versions & 2 rubygems