https://github.com/rodrigoelp/swiftui-graphql
Simple code following the graphql tutorial.
https://github.com/rodrigoelp/swiftui-graphql
apollo-graphql grappql swiftui swiftui-example
Last synced: 5 days ago
JSON representation
Simple code following the graphql tutorial.
- Host: GitHub
- URL: https://github.com/rodrigoelp/swiftui-graphql
- Owner: rodrigoelp
- License: mit
- Created: 2019-12-30T07:22:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:59:24.000Z (about 2 years ago)
- Last Synced: 2023-03-11T03:34:04.460Z (almost 2 years ago)
- Topics: apollo-graphql, grappql, swiftui, swiftui-example
- Language: Swift
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUI & GraphQL
Here you will find the source code following the tutorial as described [in the GraphQL documentation](https://www.apollographql.com/docs/ios/tutorial/tutorial-create-project/)... but trying to connect it via SwiftUI (and maybe Combine framework).