Class GraphQLQueryLimiter

java.lang.Object
com.atlassian.confluence.plugins.graphql.GraphQLQueryLimiter

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

    • GraphQLQueryLimiter

      public GraphQLQueryLimiter()
  • Method Details

    • checkQuery

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