Hello, deployed a fresh database on mongo today an...
# orm-help
e
Hello, deployed a fresh database on mongo today and noticed, that the generated schema has on the list query fields the return type
[User]!
without ! behind the User type. I thought it has to be
[User!]!
(note the two exclamation marks). When did this change happen (can’t find it on the releases on github) and is this intended behaviour?