An introduction to GraphQL and Apollo
For many years, REST has been the standard pattern for designing APIs. Whilst it has many benefits, REST has been proven to be relatively inflexible and doesn’t stand up well when client requirements change. GraphQL is an alternative approach which addresses these flexibility issues. GraphQL is a relatively new API design pattern that can be …