1.0.22 • Published 3 years ago

relay-link-dedup v1.0.22

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

title: relay-link-dedup

description: Deduplicate matching requests before making a request

Installation

npm install relay-link-dedup --save

Usage

import { DedupLink } from "relay-link-dedup";

const link = new DedupLink();

Options

The Dedup Link does not take any options when creating the link.