romshark / dgraph_graphql_go

A GraphQL + Dgraph + Go + HTTP based backend service demo.
MIT License
50 stars 15 forks source link

Transport Layer Abstraction #8

Closed romshark closed 5 years ago

romshark commented 5 years ago

Define transport layer interfaces used by the API server to avoid tight coupling between the API server and a particular transport implementation such as HTTP(S) or webwire etc.