This example is simple.
If the query procedure has input you can also add that to the $once call e.g. and you get full typesafety and autocomplete.
let welcome = storeClient.welcome.query.$once({
name:"Yusaf"
});
Next we'll include the name input and try it with $many
!
Nothing Open