I am looking for a solution to be able to track particular data being accessed via graphql queries.
The tracking is not for UX or anything complicated, more for simple tracking like how many times each banner ad has been clicked.
The api call log isn’t enough, as the graphql queries are just shown as POSTS without any context, understandably.
I understand there are client side solutions, however there is a bit of complexity with the mobile framework I am using, and for this simple use case I would rather go server side.