Hyperledger Composer "FROM" query language -


the documentation query language (https://hyperledger.github.io/composer/reference/query-language.html) mentions keyword from.

is there example on how/when use from?

the from keyword allows query reference resources stored in custom registry. default assets of given type stored in registry named same name qualified type name. using from allows developer override default behaviour.

for example, application developer choose store car assets in registry called importedcars, separate other cars.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -