GraphQL - Running Queries (An introduction for .NET Developers [Using .NET 6 and C# 10])

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024
  • In this video, I am going to walk through the basics of GraphQL and how to query data using GraphQL.
    In the subsequent videos, I will cover other concepts of GraphQL.
    GraphQL is a query language for API.
    GraphQL is a runtime for serving those queries with existing data.
    GraphQL gives clients the option to ask for what exactly they need and nothing more.
    GraphQL allows API to change over time without impacting the client and a need for API versioning.
    00:20 - What is GraphQL?
    01:22 - Walkthrough the project which will show how GraphQL works
    04:04 - Nuget packages needed for GraphQL
    05:56 - Types in GraphQL and defining those for the example in hand
    07:50 - Queries in GraphQL and defining those for the example in hand
    10:22 - Schemas in GraphQL and defining those for the example in hand
    12:12 - Wiring up evening in Program class
    14:45 - Running Altair UI for GraphQL playground
    16:40 - Running GraphQL requests from Postman
    17:40 - Parameterized queries
    20:02 - Running parameterized queries from Altair and Postman
    My TH-cam channel: / dotnetcorecentral
    My Github repo: github.com/cho...
    My Blog website: dotnetcorecent...
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Thanks a lot for explaining GraphQL. Keep up the good work.

  • @jegatheeschandranv5831
    @jegatheeschandranv5831 ปีที่แล้ว

    Many blogs i have came across , but this is the best one to understand by pure beginner. Thanks a lot

  • @gopichandarselvaraj5250
    @gopichandarselvaraj5250 2 ปีที่แล้ว

    Excellent Video. I just saw the video on .Net Conf about GraphQL and thinking of understanding the same and never get any video that clearly says what is the use and how to integrate. Thanks a lot for the efforts.

    • @DotNetCoreCentral
      @DotNetCoreCentral  2 ปีที่แล้ว

      @Gopichandar Selvaraj, I am glad the video helped! thanks for watching!

  • @marcyanus1430
    @marcyanus1430 2 ปีที่แล้ว

    Thank you for making this video!

  • @mahendranchinnaiah7593
    @mahendranchinnaiah7593 2 ปีที่แล้ว

    Thanks much. Most awaited one...

  • @burgasdragonheirsilentgods
    @burgasdragonheirsilentgods 2 ปีที่แล้ว

    Thank you for the video.

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

    Excellent knowledge sharing videos. Please let me know where can I get the text notes you are writing/providing in the videos. Thank you in advance

    • @DotNetCoreCentral
      @DotNetCoreCentral  2 ปีที่แล้ว

      @sivashankar amara, thanks for watching! My blog on this will be up in 3 weeks, you can read it there once it is up. dotnetcorecentral.com/

  • @techno-mu4bd
    @techno-mu4bd 3 หลายเดือนก่อน

    How to consume all this wonderful staff from a client application?

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

    Great! how can I store the queries in db mongo?

  • @GeorgeZarogkikas
    @GeorgeZarogkikas 2 ปีที่แล้ว

    Very helpfull

    • @DotNetCoreCentral
      @DotNetCoreCentral  2 ปีที่แล้ว

      @George Zarogkikas, thanks!

    • @GeorgeZarogkikas
      @GeorgeZarogkikas 2 ปีที่แล้ว

      @@DotNetCoreCentral why do you prefer this implementation and not hotchocolate?

  • @leof111
    @leof111 ปีที่แล้ว

    Very well, but what library are you using?
    I don't see where you reference HotChocolate or you using another library of GraphQL?
    Thanks. 😁

  • @Anubis10110
    @Anubis10110 ปีที่แล้ว

    Thanks

  • @lalchand2973
    @lalchand2973 2 ปีที่แล้ว

    Can we use this from any javascript library like Angular or React instead of using Postman

    • @DotNetCoreCentral
      @DotNetCoreCentral  2 ปีที่แล้ว

      @Lal Chand, yes you can, and I will be covering this in my upcoming videos.

    • @lalchand2973
      @lalchand2973 2 ปีที่แล้ว

      @@DotNetCoreCentral Thank you so much

    • @DotNetCoreCentral
      @DotNetCoreCentral  2 ปีที่แล้ว

      @@lalchand2973 you are welcome!