fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Implement query & depth restrictions on the GQL interface

Open Voxelot opened this issue 1 year ago • 0 comments

https://async-graphql.github.io/async-graphql/en/depth_and_complexity.html

We need to implement limits on the complexity and depth of graphql queries to protect the APIs from DOS attacks. This will need to be done carefully, ensuring that the SDK isn't rendered unusable by excessive limits.

Voxelot avatar Feb 08 '24 18:02 Voxelot