Info
Version: | 3.0.2 |
Author(s): | Apsy.Common.Api |
Last Update: | Thursday, December 31, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/toorajhelmi/graphql.net |
NuGet Url: | https://www.nuget.org/packages/Apsy.Common.Api |
Install
Install-Package Apsy.Common.Api
dotnet add package Apsy.Common.Api
paket add Apsy.Common.Api
Apsy.Common.Api Download (Unzip the "nupkg" after downloading)
Dependencies
- FirebaseAuthentication.net(>= 3.4.0)
- FirebaseDatabase.net(>= 4.0.4)
- GraphQL(>= 3.0.0.2026)
- GraphQL-Parser(>= 5.3.0)
- GraphQL.SystemTextJson(>= 3.0.0.2026)
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.7)
- Newtonsoft.Json(>= 12.0.3)
- Swashbuckle.AspNetCore.Swagger(>= 5.5.1)
- Swashbuckle.AspNetCore.SwaggerGen(>= 5.5.1)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
Tags
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.