Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 594 Bytes

ReadMe.md

File metadata and controls

9 lines (7 loc) · 594 Bytes

StarWars Demo App

NGraphQL is a framework for building GraphQL servers on .NET platform. This repo is a sample Star Wars application and a GraphQL Server built with NGraphQL.

Running the sample

Open the solution in Visual Studio. Run the unit tests in the StarWars.Tests project.

Set the project StarWars.HttpServer as startup in Solution Explorer. This is a test HTTP server with GraphiQL UI. Run this project - the GraphiQL UI page should appear. Explore the StarWars Schema. Run sample queries hitting the StarWars GraphQL Server.