Skip to content

Commit a35d9d2

Browse files
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!
1 parent 2dd0844 commit a35d9d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/code/index.html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ Executor.execute(schema, query) map println
664664
665665
- [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.
666666
- [GraphQL iOS](https://github.com/funcompany/graphql-ios): An Objective-C GraphQL client for iOS.
667+
- [Graphaello](https://github.com/nerdsupremacist/Graphaello): A Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL and Apollo
667668
668669
### Python
669670

0 commit comments

Comments
 (0)