You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read in @YonatanKra's article how to use resources in askQL and the syntax for using a resource can be simplified as it currently required typing 2 function identifiers while 1 could be enough. The current syntax:
The suggested syntax:
ask {
names: map((name, i) {...})
}
There is no need on the user, consumer side to write map(fun(...)){...} , that is my suggestion.
The text was updated successfully, but these errors were encountered:
I read in @YonatanKra's article how to use resources in askQL and the syntax for using a resource can be simplified as it currently required typing 2 function identifiers while 1 could be enough. The current syntax:
The suggested syntax:
There is no need on the user, consumer side to write
map(fun(...)){...}
, that is my suggestion.The text was updated successfully, but these errors were encountered: