You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use the Stargaze GraphQL API to query events for specific contract addresses using the events query. While I can successfully query events using the forContractAddrs parameter, I encounter difficulties when trying to utilize the $after variable to paginate through results.
I'd like to understand what type of data goes in the after variable. I have tried using the standard timestamp format returned by the constellation API, but that doesn't seem to work
The text was updated successfully, but these errors were encountered:
I am attempting to use the Stargaze GraphQL API to query events for specific contract addresses using the events query. While I can successfully query events using the forContractAddrs parameter, I encounter difficulties when trying to utilize the $after variable to paginate through results.
I'd like to understand what type of data goes in the after variable. I have tried using the standard timestamp format returned by the constellation API, but that doesn't seem to work
The text was updated successfully, but these errors were encountered: