Sha256: 5b6d418324ff744cc10aa235b16b5e5aac6e83a2424ea41ec0ceee7eafcf5d5b
Contents?: true
Size: 435 Bytes
Versions: 50
Compression:
Stored size: 435 Bytes
Contents
# frozen_string_literal: true module Decidim module Core class FingerprintType < Decidim::Api::Types::BaseObject description "A fingerprint object" field :value, GraphQL::Types::String, "The the hash value for the fingerprint", null: false field :source, GraphQL::Types::String, description: "Returns the source String (usually a json) from which the fingerprint is generated.", null: false end end end
Version data entries
50 entries across 50 versions & 1 rubygems