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.
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.
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?
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?
Dark mode > light mode
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?
Did you ever get the source code?
@@gregorydonovan7181 I guess he did not.
Nice Video, I saw that your query which doesn't seems so complicated take 600ms to respond, how these performance can be improved?
Perfect! it was short and straight forward. Thanks a ton!
Short and clear. Great demo
Thanks for informative video. :)
How do you handle multiple tables (join) and even paging in GraphQL? TIA
How did you turn on logging?
How can a client application consume all that wonderful staff?
Any idea?
how to do authentication in graphql ?
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.
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.
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?
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?
ah, got the answer. thanks. great job.
Is it possible to find the source code of this course
It seems easy. I thought this was something hard I’d have to deal with.
Impressive...keep it going.
Can this be done with separate microservices (api) with repository patern
read about graphql schema federation
Would someone please explain to me how you configure Identity with Hot Chocolate? I'm about to lose it.