iOS Swift Tutorial: GraphQL with Apollo, Xcode 12 & SwiftUI

preview_player
Показать описание
In this tutorial you are going to learn what GraphQL is how to use it e.g. with Paw and together with the Apollo framework in Xcode 12.

🎯 SWIFT UI COURSE 🎯

➡️ RESOURCES:

✉️ COMMENTS ✉️
If you have questions about the video or Cocoa programming, please comment below.
Рекомендации по теме
Комментарии
Автор

Hey man thank you very very much for this tutorial.

shreyaspapinwar
Автор

Hey Brian. This was super useful! I don't suppose you'd do a tutorial on more complicated uses of Apollo would you? Like an API where you need to pass auth headers etc through for certain API calls

Breezio
Автор

Thanks for this tut. This explanation only works with versions 0.x.x, not with 1.x.x.
Can you explain to us how to import newer versions, for example 1.9.0

oldschool
Автор

Fantastic Tutorial Brian
Thank you so much ❤️.

stebinalex
Автор

Hey Brain, This wonderful explanation and its useful, But i have one query for my hand . can you please post on Mutation sample video to write data server . with latest version apollow. and i'm getting some issues apollo schema.json file create for new version . can please help me latest version how to create schema.json file and mutation.

laparlahdemo
Автор

for me the api is not displayed do you have any solutions?

jasond
Автор

8:03 after entering that command, not downloading.

marcinfrydrych
Автор

I keep running into a Command "PhaseScriptExecution failed with a nonzero exit code" error...anyone else having this issue or know how to fix it?

dominickdougherty
Автор

Nice demo, but I sometimes balk at some of these frameworks. There's SO MUCH prep work just to save a little code and make things more efficient. All the stuff about installing homebrew, Apollo, etc just to do a query and make things super efficient seems like over-kill. I guess I like the old days when everything was done the hard way using NSURLSession, JSONDecoder, etc. </rant>

roohbear
Автор

anyone in the comments section kind enough to help me in my swift assignment ? i need help in only one program code.

shubham
Автор

Awesome video, however I have a hot tip. You don't need to put it into a DispatchQueue.main.async in SwiftUI. The data is already bound to the view, so once it is updated it will automatically be refreshed when the data is updated.

xTwisteDx