Class GraphQLQueryLimiter


  • public class GraphQLQueryLimiter
    extends Object
    A simple query limiting mechanism for the GraphQL endpoint, to avoid DoS attacks.
    Since:
    6.12.0
    • Constructor Detail

      • GraphQLQueryLimiter

        public GraphQLQueryLimiter()
    • Method Detail

      • checkQuery

        public void checkQuery​(List<com.atlassian.graphql.rest.GraphQLRestRequest> requests)