Create the GraphQL Schema Project
Please show your support on Patreon to assist me with making these videos : / baylor
To begin creating our GraphQL server we are going to add a new project for our GraphQL Schema. This project will contain all our NuGet package references to GraphQL and our Data project.
Once you've created the new project we'll add our initial GraphQL Schema class that will take in a IDependencyResolver and will resolve a QueryType for the main query object in our schema.