If I mark a field as `@nonnull` and the server gi...
# apollo-kotlin
n
If I mark a field as
@nonnull
and the server gives me a null value for that field, what will happen?
m
You'll get a parsing error (so suspend functions and Flows will throw)
👍 1