You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should it be possible to omit typings on fields which are excluded from the schema? Consider the following test. This code currently fails with desert.exceptions.UnknownType: Desert failed to infer the field type for None.
Should it be possible to omit typings on fields which are excluded from the schema? Consider the following test. This code currently fails with
desert.exceptions.UnknownType: Desert failed to infer the field type for None.
The text was updated successfully, but these errors were encountered: