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
Why should this feature exist?
Hackers could construct a huge query to block the service,We need to abort this query after it has taken a lot of time
What are the use-cases?
Both front-end, back-end and data analysts need graphql public services
Implementation
Do you have ideas regarding the implementation of this feature?
maybe use cancelable greenthread to limit task execution time and count cpu cost
Are you willing to implement this feature?
yes