From d21256ff884bf925529fbc3d8f85661e13b9da19 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 16 Feb 2022 11:07:04 -0800 Subject: [PATCH] Add Swift GraphQL to the shoutouts section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf9cc00dc..94a729106 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Omnivore takes advantage of some great open source software: * [Next.js](https://nextjs.org/) - Our frontend is a Next.JS app and is hosted on [Vercel](https://vercel.com/). * [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. +* And many more awesome libraries, just checkout our package files to see what we are using. ## How to setup local development :computer: