From 088fb75da3c2d5f754913fb0c3f160149f570172 Mon Sep 17 00:00:00 2001 From: Mathias Quintero Date: Mon, 30 Mar 2020 01:44:09 +0200 Subject: [PATCH] Adding GraphZahl Swift Library I wrote an alternative to Graphiti that uses reflection to gather all the needed information of the types during runtime... --- site/code/index.html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/code/index.html.js b/site/code/index.html.js index 4e1e6f29fb..9f54145dce 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -476,6 +476,7 @@ It also provides functionality for the construction of a WebSocket Subscriptions ### Swift - [Graphiti](https://github.com/GraphQLSwift/Graphiti): Swift library for building GraphQL schemas/types fast, safely and easily. + - [GraphZahl](https://github.com/nerdsupremacist/GraphZahl): Swift library for writing Declarative, Type-Safe GraphQL APIs with Zero Boilerplate. ### Python