UNPKG

@graphql-mesh/plugin-rate-limit

Version:
5 lines (4 loc) 227 B
import type { KeyValueCache, MeshPlugin, YamlConfig } from '@graphql-mesh/types'; export default function useMeshRateLimit({ config, cache, }: YamlConfig.RateLimitPluginConfig & { cache: KeyValueCache; }): MeshPlugin<any>;