GraphQL with EF Core 6 and HotChocolate 12

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024
  • НаукаНаука

Комментарии • 31

  • @connerwulf5361
    @connerwulf5361 Год назад +7

    Dark mode > light mode

  • @morrisonbrett
    @morrisonbrett 3 года назад +14

    This is fantastic. I'm going to implement in my Azure Functions project. Do you have a link to the source code that you used in this demo?

  • @matteodefanti1654
    @matteodefanti1654 Год назад

    Nice Video, I saw that your query which doesn't seems so complicated take 600ms to respond, how these performance can be improved?

  • @bbabak2
    @bbabak2 Год назад

    Perfect! it was short and straight forward. Thanks a ton!

  • @olivier0003
    @olivier0003 3 года назад +1

    Short and clear. Great demo

  • @noelfrancisco5778
    @noelfrancisco5778 2 года назад

    Thanks for informative video. :)
    How do you handle multiple tables (join) and even paging in GraphQL? TIA

  • @yagedygag
    @yagedygag 2 года назад +2

    How did you turn on logging?

  • @techno-mu4bd
    @techno-mu4bd 6 месяцев назад

    How can a client application consume all that wonderful staff?
    Any idea?

  • @hintsoftware
    @hintsoftware 2 года назад +2

    how to do authentication in graphql ?

  • @TheWindseed
    @TheWindseed 3 года назад +4

    This is great but it is only half the solution. If we are using blazor on the client we're going to want to use linq to make our queries and have the expression tree translated into graphql.

  • @cuongduong9843
    @cuongduong9843 Год назад

    I have a problem with app.mapgraphql(). "The call is ambiguous between the following methods or properties: 'Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapGraphQL(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder, string, string?)' and 'Microsoft.AspNetCore.Builder.GraphQLHttpEndpointRouteBuilderExtensions.MapGraphQL". Can you help me? Thank you. Great video.

  • @dmitrybogomaz3367
    @dmitrybogomaz3367 Год назад

    What about if I want to map this names with any api data? What's type I will use in this case for ingredients when I want to map in backend part? I think it is ok to use this in dynamic languages, when we not needed to create new classes for every map combination. If I want more complex request from 3 database ingrigients? I can't do all as queryable in C#. I think simpler to crete to create endpoints. Ok, I can understand this way, when we use one context, no any external apis. But what about e2e tests? I have huge possibility to combine this. Is it ok?

  • @ariakamandanu3282
    @ariakamandanu3282 3 года назад +1

    let say I make an API which return an object with every field and we use graph ql to specify only one field that I need. Does the query perform by the backend for every field or only for the field that I specify?

  • @andremens8420
    @andremens8420 2 года назад +1

    Is it possible to find the source code of this course

  • @r.osorio02
    @r.osorio02 Год назад

    It seems easy. I thought this was something hard I’d have to deal with.

  • @innovationscode9909
    @innovationscode9909 3 года назад

    Impressive...keep it going.

  • @quatreiquorizawa1284
    @quatreiquorizawa1284 2 года назад

    Can this be done with separate microservices (api) with repository patern

    • @mido5219
      @mido5219 2 года назад

      read about graphql schema federation

  • @v0fbu1vm
    @v0fbu1vm 3 года назад

    Would someone please explain to me how you configure Identity with Hot Chocolate? I'm about to lose it.