Skip to content

GraphiQL stopped working #514

Answered by 0xmaayan
aeither asked this question in Questions
Oct 30, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @aeither

This is an expensive query, last_transaction_timestamp is not indexed and this will be very expensive for large collections. It's also expensive because you are filtering on collection_name which doesn't have an index. You should filter on collection_id

As for why it is suddenly errors out, it could be related to that we lowered the query time out in testnet: aptos-labs/internal-ops#4400 - This is a change we deployed last week

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@larry-aptos
Comment options

@aeither
Comment options

Answer selected by 0xmaayan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants