Module: GraphQL::FragmentCache::Schema::Patch
- Defined in:
- lib/graphql/fragment_cache/schema/patch.rb
Overview
Patches GraphQL::Schema to support fragment cache
Instance Method Summary collapse
Instance Method Details
#schema_cache_key ⇒ Object
10 11 12 |
# File 'lib/graphql/fragment_cache/schema/patch.rb', line 10 def schema_cache_key @schema_cache_key ||= Digest::SHA1.hexdigest(to_definition) end |