code4romania / teacher-workout-backend

Teacher Workout backend (API for mobile apps & for the web client)
Mozilla Public License 2.0
7 stars 34 forks source link

Add support for GraphiQL #47

Closed GabrielMajeri closed 2 years ago

GabrielMajeri commented 2 years ago

What does it fix?

Adds support for the GraphiQL in-browser GraphQL client, to help explore the API. It's an iteration over #46.

image

I've also simplified the GraphQL startup code and updated the README to mention how GraphiQL can be accessed.

How has it been tested?

By running the project locally and navigating to https://localhost:5001/ui/graphiql.