From a35d9d25501ed003e244154b180b94efbe3aa620 Mon Sep 17 00:00:00 2001 From: Mathias Quintero Date: Thu, 27 Feb 2020 14:56:24 +0100 Subject: [PATCH] Adding Graphaello to the list While I was interning at Facebook last year, I learned how useful Relay could be when building React Apps that use GraphQL. When SwiftUI came out, I just had to make something similar for Swift. And took some more liberties to make it Swiftier. Hope you guys like it! --- 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 aa7f7c79af..4e1e6f29fb 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -664,6 +664,7 @@ Executor.execute(schema, query) map println - [Apollo iOS](https://www.apollographql.com/docs/ios/) ([github](https://github.com/apollographql/apollo-ios)): A GraphQL client for iOS that returns results as query-specific Swift types, and integrates with Xcode to show your Swift source and GraphQL side by side, with inline validation errors. - [GraphQL iOS](https://github.com/funcompany/graphql-ios): An Objective-C GraphQL client for iOS. + - [Graphaello](https://github.com/nerdsupremacist/Graphaello): A Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL and Apollo ### Python