Skip to content

Protected Against GraphQL Circular References

Protected Against GraphQL Circular References

Description

The GraphQL API is protected against circular reference attacks through strict depth limiting and schema design, preventing infinite recursion and server resource exhaustion.

Recommendation

The implementation is secure, no recommendation apply.