GraphQL Server Design @ Medium

1 · Medium · Nov. 2, 2018, 7:32 p.m.
A while ago, we told the story of how we are migrating to React.js and a service oriented architecture with the help of GraphQL. Now, we want to tell the story of how the structure of our GraphQL server helped make our migration much smoother.We had three things in mind when we began designing our GraphQL server:It should be easy to alter the shape of the dataWe currently use protocol buffers as a schema for data that comes from our backend. However, the way we use our data has changed over time...