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

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

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

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

    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.

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

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

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

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

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

  • @Abhishek_Pal
    @Abhishek_Pal 3 ปีที่แล้ว +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 !

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

    Great Explanation. Wonderful tool. Thanks for sharing

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

    Incredible, thank you for the video!

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

    nice video with a clear explanation!

  • @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 3 ปีที่แล้ว

    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  3 ปีที่แล้ว

      What new features in Aqueduct?

    • @sakethparimi7664
      @sakethparimi7664 3 ปีที่แล้ว

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