ApolloGraphSQL

SwiftUI Integration with GraphQL

Tools Used

  • Xcode version 13.2
  • iOS Simulator

Technology Used

  • SwiftUI
  • MVVM
  • Swift 5
  • Async/ Await

Screenshots

Create Schema file command

  1. Open Terminal and goto your project path
  2. Enter below comand

% apollo schema:download –endpoint=https://countries.trevorblades.com/ schema.json

Apollo GraphQl Installation Guide

https://www.apollographql.com/docs/ios/installation

Apollo GraphQl Endpoint

http://countries.trevorblades.com

GitHub

View Github