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
@rahuljamba5846 Жыл бұрын
very simple explanation
@marcinfrydrych53193 жыл бұрын
8:03 after entering that command, not downloading.
@oldschool849 ай бұрын
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
@shreyaspapinwar27453 жыл бұрын
Hey man thank you very very much for this tutorial.
@laparlahdemo50182 жыл бұрын
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.
@karis_nemik3 жыл бұрын
Thank you so much! Was super helpful!
@parameswaranvellachu77123 жыл бұрын
Nice explanation
@jasond88142 жыл бұрын
for me the api is not displayed do you have any solutions?
@dominickdougherty46623 жыл бұрын
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?
@nadiasiddiqah72913 жыл бұрын
I had the same exact issue a week ago, so for anyone still struggling with this error. I had to update Apollo-ios to the recent version 0.45.0 and that fixed the issue for me.
@stebinalex56913 жыл бұрын
Fantastic Tutorial Brian Thank you so much ❤️.
@정하민-h6f3 жыл бұрын
Thank you :+1
@jacksontaylor32203 жыл бұрын
Great video, thanks so much
@roohbear3 жыл бұрын
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.
@shubham4133344 жыл бұрын
anyone in the comments section kind enough to help me in my swift assignment ? i need help in only one program code.
@joelcrawford94174 жыл бұрын
What is the issue?
@xTwisteDx2 жыл бұрын
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.