Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sahb1239/graphql-linq

[Deperated] Query GraphQL using Linq
https://github.com/sahb1239/graphql-linq

Last synced: 14 days ago
JSON representation

[Deperated] Query GraphQL using Linq

Awesome Lists containing this project

README

        

# GraphQL-Linq
Not production ready yet.
Please use [SAHB.GraphQLClient](https://github.com/sahb1239/SAHB.GraphQLClient) instead

Query GraphQL using Linq

This library was developed in a semester project on [Aalborg University](http://aau.dk) by group SW803F17 in spring 2017.

## Nuget
The library can be found on Nuget with the package name [GraphQL-Linq](https://www.nuget.org/packages/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)