Good day!
I am trying to display the activity of a specific user.
I know this code is wrong, Itβs for demo purposes.
const queryForActivity = new Moralis.Query("NFTTransfer");
queryForActivity.equalTo("from", user.get("ethAddress"))
queryForActivity.equalTo("to", user.get("ethAddress"))
I need to know if the user exist in both keys.