Building Distributed GraphQL APIs - Michael Staib - NDC Oslo 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 4

  • @josepvg
    @josepvg 2 หลายเดือนก่อน

    I love this, great job and thanks

  • @Ratstail91
    @Ratstail91 ปีที่แล้ว +1

    I wanted to learn more about graphQL, so I wrote a clone called sineQL. It... works? Still don't know how to use graphQL.

  • @ഹർഷിത്
    @ഹർഷിത് ปีที่แล้ว

    I didn't understand on how to handle requests if they are navigating to different micro services. Can these be done in single request?

    • @maxbarbul
      @maxbarbul ปีที่แล้ว +1

      Resolver is a function, it can do whatever you want. It can go to db or call an api, or load file, generate data, etc.
      You can define resolvers pretty much on any field