https://github.com/softchris/graphql-ef-demo
demo covering EF .NET and GraphQL
https://github.com/softchris/graphql-ef-demo
Last synced: 10 months ago
JSON representation
demo covering EF .NET and GraphQL
- Host: GitHub
- URL: https://github.com/softchris/graphql-ef-demo
- Owner: softchris
- Created: 2019-12-16T01:14:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T01:15:51.000Z (over 6 years ago)
- Last Synced: 2025-04-03T20:37:19.203Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-ef-demo
demo covering EF .NET and GraphQL
This is a .NET project so
```
dotnet restore
```
followed by
```
dotnet run
```
GraphiQL route found at `localhost:5001/graphql`