There are almost certainly places where the types fall short, but I'm curious if you ran into anything specific. It's likely something we can fix pretty easily
15.02.2025 17:33 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0@yavascript.bsky.social
https://github.com/hayes https://pothos-graphql.dev/
There are almost certainly places where the types fall short, but I'm curious if you ran into anything specific. It's likely something we can fix pretty easily
15.02.2025 17:33 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Are there specific things in Pothos you found that were missing in Pothos types?
I think the 2 specific cases you called out should already work. It does support async iterators, and its "expose" API works with promises (without resolvers), and returns like Promise<T>[] work too