From f2c4c94960f16e6f8f0335a7b3a25cd819ad5a34 Mon Sep 17 00:00:00 2001 From: Stefano Sansone Date: Fri, 16 Feb 2024 00:02:29 +0000 Subject: [PATCH] Update README.md Add Apollo GraphQL mention --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3f4c49c0a..14b3053db8 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Omnivore takes advantage of some great open source software: - [Stitches](https://stitches.dev/) - We use Stitches on the frontend to style our components. - [Mozilla Readability](https://github.com/mozilla/readability) - We use Mozilla's Readability library to make pages easier to read. - [Swift GraphQL](https://www.swift-graphql.com/) - We generate our GraphQL queries on iOS using Swift GraphQL. +- [Apollo GraphQL](https://www.apollographql.com/) - We generate our GraphQL queries on Android using Apollo GraphQL. - [Radix](https://www.radix-ui.com/) - We use Radix UI's components on our frontend. - And many more awesome libraries, just checkout our package files to see what we are using.