Integrating Entity Framework Core 7 with a Hot Chocolate 13 GraphQL API

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

  • @meirochun
    @meirochun ปีที่แล้ว

    nice video!

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

      Thank you very much!

  • @ahmedsameh4527
    @ahmedsameh4527 9 หลายเดือนก่อน

    iam try to inject services or dbcontext in mutation or query class in constructor it give an error

    • @tnc1997
      @tnc1997  9 หลายเดือนก่อน

      Could you include more information regarding the error? Ensure that any injected dependencies have been set up correctly.

  • @undercontr
    @undercontr 7 หลายเดือนก่อน

    does anyone know hwo to split queries and mutations per entity? it's weird to put all mutations into same place

    • @tnc1997
      @tnc1997  7 หลายเดือนก่อน

      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.