GitXplorerGitXplorer
E

GraphQLDemo

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
64d6a685f942b0aca4290c37b516f6f0bcf83944

Update .NET versions to 3.0.0 RTM

EEilon committed 5 years ago
Unverified
a2aec910bc6ed35f68210fc7e00ff06a52c78144

Create launchSettings.json

EEilon committed 5 years ago
Unverified
05eacdcc7b52288df3952a718809ac58070e3cc4

Sort namespaces

EEilon committed 5 years ago
Unverified
d7dfdefaf0e6d0c28dca3a795ce8e2acfa30fbc9

Rename projects; add console client sample

EEilon committed 5 years ago
Unverified
e6b74cda2f1b5d2189488bf7119f82598c3b274d

Add 'first' parameter to movies and cast lists

EEilon committed 5 years ago
Unverified
2db740aee1bf60125d1514075907182c5ba3041d

Add ability to filter movies by genre

EEilon committed 5 years ago

README

The README file for this repository.

GraphQL Demo

Demo GraphQL with ASP.NET Core as the server, plus some sample clients that consume it.

EF Core with a SQL Server back-end is used to store the sample data, which is a movie database.