UNPKG

@envelop/rate-limiter

Version:

This plugins uses [`graphql-rate-limit`](https://github.com/teamplanes/graphql-rate-limit#readme) in order to limit the rate of calling queries and mutations.

7 lines (6 loc) 140 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Store = void 0; class Store { } exports.Store = Store;