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
- Host: GitHub
- URL: https://github.com/prabaprakash/graphql_dot_net_web_api_sample
- Owner: prabaprakash
- Created: 2018-01-31T13:32:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T06:42:56.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T09:54:39.962Z (11 months ago)
- Topics: asp-net-mvc, asp-web-api, csharp, dotnet, entity-framework, graphql
- Language: C#
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```