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

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • 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.
    ➡️ GET PAW: paw.cloud
    🎯 SWIFT UI COURSE 🎯
    www.udemy.com/...
    ➡️ Tutorial Files: / 43132119
    ➡️ RESOURCES:
    www.apollograp...
    github.com/tre...
    👏 Support me on Patreon: / brianadvent
    ➡️ Web: www.brianadvent...
    ✉️ COMMENTS ✉️
    If you have questions about the video or Cocoa programming, please comment below.
  • Навчання та стиль

КОМЕНТАРІ • 23

  • @Breezio
    @Breezio 3 роки тому +9

    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

  • @amey4163
    @amey4163 Місяць тому

    Thank you, that was helpful🙏

  • @gofudgeyourselves9024
    @gofudgeyourselves9024 3 роки тому +9

    More tutorials on Graphql please

  • @marcinfrydrych5319
    @marcinfrydrych5319 3 роки тому +1

    8:03 after entering that command, not downloading.

  • @oldschool84
    @oldschool84 6 місяців тому

    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

  • @dominickdougherty4662
    @dominickdougherty4662 3 роки тому +1

    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?

    • @nadiasiddiqah7291
      @nadiasiddiqah7291 3 роки тому

      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.

  • @laparlahdemo5018
    @laparlahdemo5018 Рік тому

    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.

  • @shreyaspapinwar2745
    @shreyaspapinwar2745 2 роки тому

    Hey man thank you very very much for this tutorial.

  • @jasond8814
    @jasond8814 2 роки тому

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

  • @rahuljamba5846
    @rahuljamba5846 11 місяців тому

    very simple explanation

  • @karis_nemik
    @karis_nemik 3 роки тому

    Thank you so much! Was super helpful!

  • @roohbear
    @roohbear 2 роки тому +2

    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.

  • @정하민-h6f
    @정하민-h6f 2 роки тому

    Thank you :+1

  • @parameswaranvellachu7712
    @parameswaranvellachu7712 3 роки тому

    Nice explanation

  • @shubham413334
    @shubham413334 3 роки тому +1

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

  • @stebinalex5691
    @stebinalex5691 3 роки тому

    Fantastic Tutorial Brian
    Thank you so much ❤️.

  • @jacksontaylor3220
    @jacksontaylor3220 3 роки тому

    Great video, thanks so much

  • @xTwisteDx
    @xTwisteDx 2 роки тому

    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.