ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
nice video!
Thank you very much!
iam try to inject services or dbcontext in mutation or query class in constructor it give an error
Could you include more information regarding the error? Ensure that any injected dependencies have been set up correctly.
does anyone know hwo to split queries and mutations per entity? it's weird to put all mutations into same place
Hi @undercontr, you can split queries and mutations per entity by using type extensions to extend the query type and mutation type respectively: chillicream.com/docs/hotchocolate/v13/defining-a-schema/extending-types.
nice video!
Thank you very much!
iam try to inject services or dbcontext in mutation or query class in constructor it give an error
Could you include more information regarding the error? Ensure that any injected dependencies have been set up correctly.
does anyone know hwo to split queries and mutations per entity? it's weird to put all mutations into same place
Hi @undercontr, you can split queries and mutations per entity by using type extensions to extend the query type and mutation type respectively: chillicream.com/docs/hotchocolate/v13/defining-a-schema/extending-types.