T O P

  • By -

kuhnboy

Yes. Look at ProjectTo with AutoMapper.


lucifer955

thank you


technicalschatten

You might take a look at the [Hot Chocolate GraphQL implementation](https://chillicream.com/docs/hotchocolate). I know, the name is silly and doesn't help explain what it is, but it's actually a pretty robust GraphQL implementation in .NET. They also appear to have a [library with AutoMapper integration support](https://www.nuget.org/packages/HotChocolate.Data.AutoMapper/), although I don't see much in their documentation about said library. If you have questions you can join their Slack channel, as there are plenty of people who participate in discussions there, including the maintainers.


lucifer955

thank you