gql_dedupe_link

Creator: coderz1093

Last updated:

Add to Cart

Description:

gql dedupe link

A GQL Link to deduplicate in-flight requests.
Usage #
A simple usage example:
import "package:gql_link/gql_link.dart";
import "package:gql_dedupe_link/gql_dedupe_link.dart";

void main () {
final link = Link.from([
// SomeLink(),
DedupeLink(),
// SomeTerminatingLink(),
]);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the GitHub.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.