Anyone have any resources for a middleware or proxy for quota type token bucket algorithm, on the graphql api?
j
Jenkins
07/04/2018, 6:10 AM
Depending on which server implementation you're using you could probably write your own middleware solving that problem. Otherwise you could make a schema directive to solve that issue as well.