JacekKosciesza / StarWars

GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
MIT License
623 stars 98 forks source link

In case you're interested . . . #12

Open dannarsavage opened 6 years ago

dannarsavage commented 6 years ago

Added GraphiQL NuGet

The GraphiQL interface didn't work for me so I added a reference to GraphiQL and one line in Startup.cs.

Automatic Database Creation

Uncommented Database.Migrate() to create database in new environments.

Fixed a typo

Near the bottom of GraphQLController

Saibamen commented 3 years ago

ping @JacekKosciesza