Open dannarsavage opened 6 years ago
The GraphiQL interface didn't work for me so I added a reference to GraphiQL and one line in Startup.cs.
Uncommented Database.Migrate() to create database in new environments.
Near the bottom of GraphQLController
ping @JacekKosciesza
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