Sha256: e55e9d3b0ecbbdcfb111fe5099180719dc967e93f4b131b3b6440fe04f51532d
Contents?: true
Size: 363 Bytes
Versions: 17
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true module Decidim module Core # This interface represents a commentable object. ScopableInterface = GraphQL::InterfaceType.define do name "ScopableInterface" description "An interface that can be used in scopable objects." field :scope, !Decidim::Core::ScopeApiType, "The object's scope" end end end
Version data entries
17 entries across 17 versions & 1 rubygems