Rate Limiting through @rateLimit directive
Rate limiting is a feature that allows you to limit the number of requests that can be made to your subgraph using `@rateLimit`
Rate limiting is a technique for reducing server load by limiting the number of requests that can be made to a subgraph.
This approach follows the pattern of
graphql-rate-limit.
To set rate limit hints in your subgraph schema, the @rateLimit directive definition should be
included in the subgraph schema