GraphQl Rate limit implementation seems to be not implemented in full, but a very generic rule that apply the same rate limit for the entire GraphQl. Implementation should be changed by intercepting post/GET (getRequest()->getParams()) and should match the regex to implement the rate limit.