From 08023ce9b4046b5a196cdfa9fc52e3cd7b4039df Mon Sep 17 00:00:00 2001 From: Bajix Date: Fri, 22 Mar 2024 18:51:42 -0700 Subject: [PATCH] Add Stack Queue as a batch loader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f693fc..724b9b6 100644 --- a/README.md +++ b/README.md @@ -632,6 +632,7 @@ Listed in alphabetical order - [Dataloader](https://github.com/sheerun/dataloader) - [GraphQL Batch](https://github.com/Shopify/graphql-batch) - Rust + - [Stack Queue](https://github.com/Bajix/stack-queue) - [Dataloader](https://github.com/cksac/dataloader-rs) - Swift - [SwiftDataLoader](https://github.com/kimdv/SwiftDataLoader)