Info
Version: | 0.0.5 |
Author(s): | Matt DeKrey |
Last Update: | Wednesday, November 27, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mdekrey/GraphLinqQL |
NuGet Url: | https://www.nuget.org/packages/GraphLinqQL.Resolvers |
Install
Install-Package GraphLinqQL.Resolvers
dotnet add package GraphLinqQL.Resolvers
paket add GraphLinqQL.Resolvers
GraphLinqQL.Resolvers Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.2)
- System.Collections.Immutable(>= 1.6.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.2)
- System.Collections.Immutable(>= 1.6.0)
Tags
Integrates well with Entity Framework Core by helping you create
IQueryable objects from the passed GraphQL document and variables.
Contains MSBuild and dotnet CLI targets for generating GraphLinqQL C# from GraphQL schemas.
Part of the GraphLinqQL suite of libraries, which are designed to add C# support for GraphQL via creating LINQ queries.