the best way to used tagged.managers.TaggableManager with Graphql graphene_django? where I try to use a model with taggableManager Field, Graphql displays the following error: Don't know how to convert the Django field app.Asset.keywords (<class 'taggit.managers.TaggableManager'>)
Asked
Active
Viewed 65 times
0
-
Does this help? https://stackoverflow.com/q/47166385/17093315 – David S. Sep 21 '22 at 15:28
-
1yes, thanks. I have used it. but the second answer was actually useful. – Mohibullah Ahmadzai Sep 22 '22 at 14:12