Fork me on GitHub
#graphql
<
2018-04-23
>
eraserhd21:04:49

Is it possible to return a collection of asynchronous results? Or does the whole collection have to be resolved? I don't see anything about collections specifically in the docs.

hlship21:04:37

The whole collection must be resolved.

hlship21:04:49

The values in the collection may be simple (e.g., a map) or may be wrapped via with-error or with-context.