Closed saihaj closed 2 years ago
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 https://github.com/robrichard/defer-stream-wg/discussions/25
So links is a list of Links I don’t understand this error.