Consuming GraphQL using C# - Brandon Minnick - NDC Oslo 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • GraphQL has become a staple technology in the JavaScript community, but it is still relatively new and unknown in the C# world.
    Join me as we explore the GraphQL tools available for .NET developers, like HotChocolate + Strawberry Shake, and how these tools make it easy to consume GraphQL APIs in C#!
    Check out more of our featured speakers and talks at
    ndcconferences...
    ndcoslo.com/

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

  • @danielegiovanetti9258
    @danielegiovanetti9258 ปีที่แล้ว +4

    Absolutely amazing explanation. Best compliments! Thanks so much for this video

  • @MrShen-bg5de
    @MrShen-bg5de ปีที่แล้ว +3

    Thanks for the video!
    But how can I download schema (graphql init) from the server which require authentications (user name / password) and client certificate, which are needed when testing in Postman?

    • @akhilasuraj3264
      @akhilasuraj3264 ปีที่แล้ว +2

      You may have already solved this. but for those who are still interested,
      -x|--headers Custom headers used in request to Graph QL server. Can be used multiple times.
      Example: --headers key1=value1 --headers key2=value2

    • @MrShen-bg5de
      @MrShen-bg5de ปีที่แล้ว +1

      @@akhilasuraj3264 Will look into your suggestions, thanks!

  • @angelvegacortes
    @angelvegacortes ปีที่แล้ว +2

    Great talk!

  • @guillermomazzari8320
    @guillermomazzari8320 7 หลายเดือนก่อน

    Thanks so much for sharing this!