conlist in Link type #549
opaniagu
started this conversation in
Feature Request
Replies: 2 comments
-
Hey! I didn't try |
Beta Was this translation helpful? Give feedback.
0 replies
-
The field 'principals' is like a User 'Role'. I solved, coding a setter add_principal() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need this pattern:
my_list: conlist(Optional[List[Link[Principal]]], unique_items=True)
I get an error:
value is not a valid list (type=type_error.list)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions