.NET Core 3.1 + GraphQL + MongoDB

Viewed 393

Is there any implementation example/best practice/documentation for document-based databases and GraphQL for .NET stack?

I am using MongoDB with .NET Core 3.1 and I would consider switching from REST to GraphQL, but I need additional info about it.

Thanks!

1 Answers
Related