Skip to content
Discussion options

You must be logged in to vote

Hi @tomashaddad , yes to be honest at the time I hand't yet taken into consideration the need for explicit-typing-with-dynamic-size-arrays, those explicit type params were intended more as an escape hatch in case the automatic inference didn't work.

A. What was built originally, but not a good solution:

If your input queries are a fixed array of known length, it would accept a couple of different options, that both get really ugly really fast (a fixed length 2-dimensional array, or an array of object type-maps... some examples of the former and the latter, just in case you're curious).. these only works for fixed length inputs anyway.

B. Not well-documented, but actually works best:

If yo…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@artysidorenko
Comment options

Answer selected by TkDodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants