From a31af05602802f445ef701eef47bb2ccb5d01fb3 Mon Sep 17 00:00:00 2001 From: Egor Lem <63231806+egorlem@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:44:36 +0300 Subject: [PATCH] docs(community-links): add printer link (#12060) --- docs/source/api/link/community-links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/api/link/community-links.md b/docs/source/api/link/community-links.md index 17d820775b9..4d7cbe0fc24 100644 --- a/docs/source/api/link/community-links.md +++ b/docs/source/api/link/community-links.md @@ -27,3 +27,4 @@ Thank you to all the Apollo community members who have contributed custom Apollo | [apollo-link-observable](https://github.com/dragozin/apollo-link-observable) | [@dragozin](https://github.com/dragozin) | Link that allows you to make side effects of graphql queries using [RxJS](http://github.com/ReactiveX/RxJS). | | [apollo-multi-endpoint-link](https://github.com/habx/apollo-multi-endpoint-link) | [@habx](https://github.com/habx) | Add directive to redirect requests to right endpoint | | [@grafbase/apollo-link](https://github.com/grafbase/playground/tree/main/packages/grafbase-apollo-link) | [@grafbase](https://github.com/grafbase) | Use GraphQL `@live` queries with Server-Sent Events. +| [apollo-link-printer](https://github.com/egorlem/apollo-link-printer) | [@egorlem](https://github.com/egorlem) | Pretty logger of Apollo GraphQL network operations.