relay-link-dedup

Deduplicates queries that are currently on the wire

Usage no npm install needed!

<script type="module">
  import relayLinkDedup from 'https://cdn.skypack.dev/relay-link-dedup';
</script>

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.