Sha256: 60cc525f9ca471fa5b2f18e9cd4d1057481efee2539b27329ac3e834bf5767ee
Contents?: true
Size: 427 Bytes
Versions: 10
Compression:
Stored size: 427 Bytes
Contents
# frozen_string_literal: true module Decidim module Core FingerprintType = GraphQL::ObjectType.define do name "Fingerprint" description "A fingerprint object" field :value, !types.String, "The the hash value for the fingerprint" field :source, !types.String do description "Returns the source String (usually a json) from which the fingerprint is generated." end end end end
Version data entries
10 entries across 10 versions & 1 rubygems