Queries and Resolvers - GRAPHQL API IN .NET w/ HOT CHOCOLATE #2

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

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

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

    Great lesson and very well organised!

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

    I've subscribed. I'm looking forward to filtering and paging. I've read the docs, but you do a better job of explaining the things.

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

      That's great to hear Dan, welcome! I've actually already started putting together videos for filtering/paging/sorting/etc, so stay tuned

  • @user13496
    @user13496 26 วันที่ผ่านมา +1

    Just write acronyms like any other word in the names. i mean do not make all letters upper case beacause it is an acronym. It solves many problems.

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

    Wow great,, thanks!

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

    nice, have you try implementing the authorization and getting the current user login?

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

      Thanks Norman, and yes! We will be covering authentication and authorization later in this series

  • @avet9177
    @avet9177 5 หลายเดือนก่อน

    👍

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

    Your videos' auto-generated captions sometimes French, sometimes Vietnamese. Can you specify the language for the video?

    • @user13496
      @user13496 26 วันที่ผ่านมา

      yeah. I have experienced the same problem

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

    do not name entity models with "type" in the end because later u will need to create entity which is type of some another, and that would be a problem

    • @user13496
      @user13496 26 วันที่ผ่านมา

      Yeah. It was confusing for me.

  • @Ernuna
    @Ernuna 8 หลายเดือนก่อน

    bogus is 63 million now :)

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

    Looks Spoon feeding to me. And the part were you generate fake data is hilarious and then call that resolvers haha

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

      Hi Adro! Even with fake data, these are still GraphQL resolvers. If you're looking to connect resolvers to a database, we cover that later in the series! I didn't include database concepts here because I wanted to explain fundamental concepts instead of spoon feeding a massive plate of database code.
      Thank you for the feedback though! I think I understand your perspective, but let me know if you have any requests or more constructive criticism.

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

      @SingletonSean thx for taking it that way then. Do you happen to know resources or information how to connect it to a neo4j database ? (I already know that part) but having the hardest time fetching the relationships between the nodes