Casey Gibson [AOAUS]
Casey Gibson [AOAUS]
Do you have any firewalls (OS or hosting) blocking those outbound ports?
I've typically found it's better to break up queries like this and join the results in code. Using an async (Promise.all in NodeJS) task will allow you to run both...
Are you saying that you were able to query them with no issues and then it later fails? Can you please post the entire query? My guess is that if...
That makes sense as it still has to get all the transactions first so it can order them. Even if the DB has an index applied. A tip, make sure...
> > We're aware of the issue, and will be looking to improve the performance in this area. > > > > Are there any updates to this? By the...
That information you'll need to grab from the meta file found in the 'url' field: ``` { stakePools(where:{hash: {_eq: "5b9a5633289c52003d359bce18f77f571a701fd3942a52bde3262558"}}) { hash url } } ``` Results: ``` { "data":...