saihaj / graphql-ts-node-advanced-tutorial

WIP tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`@stream` example not working yet

saihaj opened this issue · comments

So links is a list of Links I don’t understand this error.
image

Have you tried a nullable list?

I tried a simple [String] list but I will try out a ObjectType

SO I double verified. Once Feed.links returns [Link!] instead of [Link!]!, it works. It might be that graphql-js implementation does not unwrap NonNullable types?

It might be that graphql-js implementation does not unwrap NonNullable types?

Yeah looks like it can't unwrap non-nullable items. I made a reproduction and posted in graphql/defer-stream-wg#25