Month: August 2019

  • genqlient: A truly type-safe Go GraphQL client

    genqlient: A truly type-safe Go GraphQL client

    by Ben Kraft Kevin has written about our multi-year project to replace our Python 2.7 monolith with services written in Go. As part of the transition to a service-oriented architecture, we decided to migrate all our REST APIs to GraphQL—including new APIs for service-to-service communication. Even with Apollo Federation handling much of our fan-out, we…