Skip to content

SwiftUI app demo using a GraphQL SpaceX API with Apollo

Notifications You must be signed in to change notification settings

Kaww/SpaceXplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SpaceXplorer App

This app is fetching data from a SpaceX API made in GraphQL, accessible in https://api.spacex.land/graphql/. More documentation can be found here.

Apollo + iOS

I'm using Apollo to manage the GraphQL business on the app side, installed with Swift Package Manager.

The setup not very complicated, but I faced some tricky steps as it was new to me.

You should follow the iOS setup guide from Apollo's official documentation, especially for the code generation script.

About

SwiftUI app demo using a GraphQL SpaceX API with Apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages