I'm relatively new to GraphQL and want to implement GraphQL to my existing ASP.NET Framework (with Entity Framework 4) application which has an MSSQL Server as the backend.
While browsing for GraphQL libraries and for their demos/examples I found out that all the .NET related examples are using the relatively new .NET Core framework in their examples. (e.g. https://github.com/JacekKosciesza/StarWars)
I want to know whether referring to such examples is advisable for my .NET Framework project and if there are any examples for the same i.e. particularly specific to .NET Framework.