UNPKG

@graphistry/falcor

Version:
19 lines (17 loc) 423 B
module.exports = function() { return { shortCircuit: { specialCase: true, cache: { to: ['short-circuit', 'value'], 'short-circuit': 'value' }, setPathValues: { query: [{ 'path': ['to', 'summary'], 'value': 'most bestest' }] } } }; };