Sign in Sign up
nuget

Apsy.Common.Api

Makes using GraphQL in .NET as easy as applying an attribute {Api] to exposed properties and registeting the types using dependecy injection. Wraps the implementation of GraphQL by Joe McBride (https://github.com/graphql-dotnet/graphql-dotnet). Using this implementation, the consumer needs to define many extra types like GraphTypes, GraphInputTypes, ... which is very time consuming and include repetitive code. We eliminate this pain by using reflection to automatically generate those types.

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
10
Cadence
~daily
Last 12 months
0

Details

License
MIT
First release
Dec 19, 2020
Releases
Version Released
3.0.2 patch
3.0.1 patch
3.0.0 major
2.2.1 patch
2.2.0 minor
2.1.0 minor
2.0.3 patch
2.0.2 patch
2.0.1 patch
2.0.0 initial