Resolve on typing does not work correctly. #1061
lucasantoniooficial
started this conversation in
General
Replies: 1 comment 1 reply
-
I think it's best if you share as much code as possible; also I suggest to take a look at the test suite for examples / inspiration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a user typing.
I wanted to create a field in this typing for role_id that is in a many-to-many relationship.
But since there is no role_id in the users table, it keeps giving column errors, shouldn't the resolve function be activated for my case? In which I implemented...
Beta Was this translation helpful? Give feedback.
All reactions