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

https://github.com/prabaprakash/graphql_dot_net_web_api_sample

GraqlQL - Dot Net Base Web Application
https://github.com/prabaprakash/graphql_dot_net_web_api_sample

asp-net-mvc asp-web-api csharp dotnet entity-framework graphql

Last synced: 17 days ago
JSON representation

GraqlQL - Dot Net Base Web Application

Awesome Lists containing this project

README

          

# GraphQL_DOT_NET_WEB_API_Sample
# Query
```
query {
authors {
id
name
country
books{
name
id
genres {
name
id
}}}}
```
# Covered
```
Object
List
Resolve
Params
```

# Packages
```
GraphQL version="0.17.3"
GraphQL-Parser version="2.0.0"
Newtonsoft.Json version="9.0.1"
EntityFramework version = "5.0.0"
```

# Framework
```
TargetFramework="net45"
```

# IDE
```
Visual Studio 2017 Pro
```