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

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 17

  • @nattawutprongsirikul3425
    @nattawutprongsirikul3425 Рік тому +1

    Great lesson and very well organised!

  • @user13496
    @user13496 Місяць тому +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.

  • @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

  • @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

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

    Wow great,, thanks!

  • @anuith
    @anuith 2 роки тому +1

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

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

      yeah. I have experienced the same problem

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

    👍

  • @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 Місяць тому

      Yeah. It was confusing for me.

  • @Ernuna
    @Ernuna 9 місяців тому

    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