Hasura GraphQL 101 (Instant GraphQL Postgres API Server with No Code)

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 19

  • @oldschoolshoe
    @oldschoolshoe 3 года назад

    Thank you. You really showed how useful it is to delve into the schema docs for the methods to make the simple data example more powerful. And in a short time you also managed to provide an example of setting up and using actions. Many thanks. Best regards.

  • @periyasamynanjappan
    @periyasamynanjappan 2 года назад

    Great Explanation. Wonderful tool. Thanks for sharing

  • @tough_year
    @tough_year 3 года назад +1

    nice video with a clear explanation!

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 3 года назад +1

    Thank you very much. Learned a lot.
    This is very useful and amazing video tut

  • @lobanovkirill
    @lobanovkirill 4 года назад +1

    Wow,wow,wow!!))) Cool man!)) Thank for sharing!))))

  • @Abhishek_Pal
    @Abhishek_Pal 4 года назад +3

    This is amazing, thanks for making the tutorial.
    Please get a series for a flutter + hasura for a real world app, i.e. grocery app with Admin + Delivery + shop owner.
    thanks again !

  • @arthurserafim8066
    @arthurserafim8066 3 года назад +1

    Incredible, thank you for the video!

  • @fabsync
    @fabsync Год назад

    great video man! check whenever you have a chance "serverpod" .. I would love to see a video on that.. 1 question.. when you are trying to inactivate lines by adding # symbol.. what particular shortcut did you use for that? Thanks in advance!

    • @CreativeBracket
      @CreativeBracket  Год назад +1

      Sure, will checkout serverpod. To activate/deactivate lines do `Cmd + /` on Mac and `Ctrl + /` on Windows

  • @josephikinda7174
    @josephikinda7174 3 года назад

    Hi Dear,
    i almost finish with the project but i have this error:
    The argument type 'Iterable' can't be assigned to the parameter type 'Iterable'.dartargument_type_not_assignable
    Do u have any Idea ? Please

    • @CreativeBracket
      @CreativeBracket  3 года назад +1

      Hey Joseph, your error looks like you're assigning an argument that is nullable(Gingredients_insert_input? - notice the question mark) to an argument that does not accept nullable types(Gingredients_insert_input - notice no question mark).
      You could append the ! operator to the argument if you're certain that it wont produce a null value.

  • @raul286162
    @raul286162 4 года назад

    Bro I hope you made new tutorials with new features in Aqueduct I want to do everything what I can with node but in Aqueduct :D

    • @CreativeBracket
      @CreativeBracket  4 года назад

      What new features in Aqueduct?

    • @sakethparimi7664
      @sakethparimi7664 4 года назад

      @@CreativeBracket I think he means like a 2021 version tutorial of aqueducts.