Replies: 1 comment
-
Hi, I'm trying to understand how |
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
-
Hi,
I want to process some audit data in a model (example: created_by_id, created_by_ip...), and really I don't know which would be the best way to do that. I want to avoid lazy_static, and as I'm using graphql is not easy to modify the request...
Any better ideas?
Beta Was this translation helpful? Give feedback.
All reactions