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
when we use enums from another schema, they aren't going to be visible. as they're just type aliases, we should be able to generate them in both schemas.
this may cause some import problems at a higher level if a module wants to use both, but import FooSchema hiding (...) is a solution.
The text was updated successfully, but these errors were encountered:
when we use enums from another schema, they aren't going to be visible. as they're just type aliases, we should be able to generate them in both schemas.
this may cause some import problems at a higher level if a module wants to use both, but
import FooSchema hiding (...)
is a solution.The text was updated successfully, but these errors were encountered: