Victor
Victor
Same problem here.
Any updates on this [since the cypher directive no longer relies on runFirstColumnMany?](https://github.com/neo4j/graphql/blob/dev/docs/rfcs/rfc-025-cypher-field-filters.md#risks)
The use case is rather to limit calls to a remote API which allows for, say, 10 calls per second. With throttleAsync there is no way to set the desired...
Apologies if that wasn't clear 😅 Here's some pseudocode which might help a bit: ```ts getTwitterData(): Promise { return await fetch("https://api.twitter.com/tweets/20") //some api endpoints that allows 10 calls per second...
> **Another implication** of this behavior (which might prevent us from using this) is that OGM methods will only be available for fields that don't have an `@exclude`/`@query(read: false)`/... annotation,...
> ..maybe like this: > > s.public_header_files = [ > "cpp/**/*.hpp", > "ios/**/*.hpp" > ] I had to write something similar, can confirm this helps --- > After changing the...