GraphQL.EntityFramework
GraphQL.EntityFramework copied to clipboard
Nullability Unknown for non-nullable context
Hey,
I'm trying to upgrade to dot net6 and v17.0 but I always receive an exception of Nullability Unknown for the navigation property in case the nullable context is disabled.
Actually, we are not planning to enable the nullable context at that time, so how can we do a workaround to bypass that exception?
Thanks, Mina