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
[RFC] Support iterable values as inputs and outputs (#449)
This adds support for returning any Iterable from a resolver function expecting a List type, rather than only Arrays, by using the `iterall` library.
This also adds support for accepting any Iterable as input for arguments or variable values which expect a List type.
0 commit comments