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.
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 aTestClient
project. The bulk of the work is inDevChatter.DevStreams.Infra.GraphQL
andDevChatter.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!