sahb1239 / GraphQL-Linq

[Deperated] Query GraphQL using Linq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL-Linq

Not production ready yet. Please use SAHB.GraphQLClient instead

Query GraphQL using Linq

This library was developed in a semester project on Aalborg University by group SW803F17 in spring 2017.

Nuget

The library can be found on Nuget with the package name GraphQL-Linq.

It can be installed using the following command in the Package Manager Console.

Install-Package GraphQL-Linq

Missing features

This library is not production ready yet. A list of some important missing features is listed here:

  • No support for where
  • Nested classes in output
  • Updated IGraphQLQueryBuilder (for example select have some issues)

About

[Deperated] Query GraphQL using Linq

License:MIT License


Languages

Language:C# 99.9%Language:Batchfile 0.1%