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

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

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`