Learn the complete flow to install Apollo GraphQL, fetch and process data, and display it in a SwiftUI application.
Access the written version of this tutorial and the source files:
➡ Part 1: https://designcode.io/swiftui-advance...
➡ Part 2: https://designcode.io/swiftui-advance...
➡ Part 3: https://designcode.io/swiftui-advance...
Part 1
0:00 - Introduction
0:21 - What is Apollo GraphQL?
0:58 - Install the Apollo GraphQL package
3:23 - Create a GraphQL query
Part 2
6:07 - Create a network call
7:41 - Create a view model
10:11 - Create a model
11:09 - Process the data
Part 3
12:12 - Connect view model to view
12:47 - Display the data
14:43 - Fix the preview
16:44 - Conclusion