DevChatter / DevStreams

MIT License
32 stars 19 forks source link

Add a GraphQL Endpoint #60

Closed essenbee closed 5 years ago

essenbee commented 5 years ago

RE. #49 Here is the work to add a GraphQL endpoint to DevStreams. It includes a start on a strongly-typed GraphQL HTTP client in the DevChatter.DevStreams.Client.GraphQL project, and a TestClient project. The bulk of the work is in DevChatter.DevStreams.Infra.GraphQL and DevChatter.DevStreams.Infra.Dapper.

The GraphQL endpoint is at \graphql and there is a GraphQL "playground" to be found at \ui\playground.

Any questions, please ask!