Closed GabrielMajeri closed 3 years ago
Adds support for the GraphiQL in-browser GraphQL client, to help explore the API. It's an iteration over #46.
I've also simplified the GraphQL startup code and updated the README to mention how GraphiQL can be accessed.
README
By running the project locally and navigating to https://localhost:5001/ui/graphiql.
https://localhost:5001/ui/graphiql
What does it fix?
Adds support for the GraphiQL in-browser GraphQL client, to help explore the API. It's an iteration over #46.
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
.