Info
Version: | 4.1.2 |
Author(s): | Apsy.Common.Api.Core |
Last Update: | Wednesday, January 27, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/toorajhelmi/graphql.net |
NuGet Url: | https://www.nuget.org/packages/Apsy.Common.Api.Core |
Install
Install-Package Apsy.Common.Api.Core
dotnet add package Apsy.Common.Api.Core
paket add Apsy.Common.Api.Core
Apsy.Common.Api.Core 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.