Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sahb1239/graphql-linq
- Owner: sahb1239
- License: mit
- Created: 2017-03-02T13:11:36.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-10-25T07:23:07.000Z (over 7 years ago)
- Last Synced: 2024-11-12T12:53:00.789Z (2 months ago)
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL-Linq
Not production ready yet.
Please use [SAHB.GraphQLClient](https://github.com/sahb1239/SAHB.GraphQLClient) insteadQuery 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)