relay-link-dedup
v1.0.22
Published
Deduplicates queries that are currently on the wire
Maintainers
Readme
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.
