Hot Chocolate is a such a powerful and well-thought-out framework; these videos are extremely helpful by the way, thanks for making them! Keep up the great work!
@sranmajstorovic29352 жыл бұрын
These videos are awsome! I think they are not getting the attention they should, but please keep on, they will find their way eventualy!
@ChilliCream2 жыл бұрын
Thank you!
@dbizzle42 жыл бұрын
Any way to get a link to the Example Code on Github?
@alfredball3941 Жыл бұрын
Great video! I hated creating input and payload types.
@jakejscott2 жыл бұрын
Really helpful thanks for making these videos they are great!
@ChilliCream2 жыл бұрын
My pleasure!
@saschakaracho1983 Жыл бұрын
Is there a way to pass the error messages to the client without specifying the error part (errors {... on Error...}) in the query?
@sranmajstorovic29352 жыл бұрын
Will there be a video for query errors?
@ChilliCream Жыл бұрын
Yes there will.
@gerwim Жыл бұрын
@@ChilliCream Do you maybe have a link to either documentation, example project or anything else regarding query errors? I know there's an error filter but the way mutation errors are returned and query errors will differ completely.
@exemory Жыл бұрын
@@ChilliCream Are there any updates on query errors? It would be nice to have the same functionality as with mutations
@smalldot310 ай бұрын
@ChilliCream Any updates on the queries errors? Thx
@gerwim2 жыл бұрын
Great video Michael!
@ChilliCream2 жыл бұрын
Thanks!
@mickdelaney2 жыл бұрын
Fantastic work Michael !!!
@ChilliCream2 жыл бұрын
Thank you! Cheers!
@HantickАй бұрын
Dont you return corresponding http codes for the error like Unauthorized?
@jayalam72011 ай бұрын
How do you return the actual object(previous state) along with errors when the mutation fails?
@robbrodie68112 жыл бұрын
Fantastic video!
@ChilliCream2 жыл бұрын
Thank you very much!
@lucagiordano34502 жыл бұрын
Amazing results. But what about validation errors and union error type?
@ChilliCream2 жыл бұрын
What do you mean? Validation errors are the same, you would expose them in the same way in your mutation. The error type is a union. So any error you expose is part of the error union of this mutation.
@natheesh Жыл бұрын
Can i get the code used in this video?
@jonatthu2 жыл бұрын
Why to use static class and method in our mutations?
@ChilliCream2 жыл бұрын
Very sharp eyed! There is a follow up coming next week explaining these new features.
@Joools19832 жыл бұрын
@@ChilliCream I suppose the MutationResult is also a part of the newer version, can´t find it in my current version of Hot Chocolate installed. :)