Majid Shahabfar

Results 4 comments of Majid Shahabfar

Hello @AlekseyMartynov In order to use calculated property that you mentioned earlier in this issue I should add ToList() to the end of my query which I think it is...

@AlekseyMartynov I saw that in OnModelCreating method I have the following code. So, I commented HasColumnName as bellow and changed the ID to Id in database. I repeat it for...

I had the same issue. I've created a policy of two authorization schemes and use it in global authorization: `app.MapGraphQL().RequireAuthorization("CustomPolicy");` I don't know why using attributes didn't work for me.

This doesn’t mean that you can’t use external libraries in the Application layer. Libraries that help implement application-level concerns, such as MediatR for mediating command/query handlers or FluentValidation for validation,...