Why fields with default value is nullable
Consider this schema:
When I do a query:
The resultant type is:
Why is
view
nullable in this case? It should always be an integer due to the default value of 0, isn't it? Or am I missing something?2 Replies