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.
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 !
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!
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
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.
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.
Great Explanation. Wonderful tool. Thanks for sharing
nice video with a clear explanation!
Cheers Rajeev :)
Thank you very much. Learned a lot.
This is very useful and amazing video tut
You're welcome :)
Wow,wow,wow!!))) Cool man!)) Thank for sharing!))))
You're welcome 🙂
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 !
Incredible, thank you for the video!
You're welcome Arthur :)
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!
Sure, will checkout serverpod. To activate/deactivate lines do `Cmd + /` on Mac and `Ctrl + /` on Windows
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
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.
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
What new features in Aqueduct?
@@CreativeBracket I think he means like a 2021 version tutorial of aqueducts.