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
I couldn't find any documentation or reports, so I apologize if it's a known issue. I just spent an hour debugging this and found out that the schema does not reload if you use import_types with an alias.
For example, this works:
import_types(HelloWeb.Schema.Types.TestType)
And this works when recompiling everything, but not on subsequent changes in file: