Join Slack
Powered by
If I mark a field as `@nonnull` and the server gi...
# apollo-kotlin
n
Nick
04/21/2022, 11:12 PM
If I mark a field as
@nonnull
and the server gives me a null value for that field, what will happen?
m
mbonnin
04/22/2022, 8:42 AM
You'll get a parsing error (so suspend functions and Flows will throw)
👍 1
4
Views
Open in Slack
Previous
Next