Closed
Description
Rationale
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