Layer GraphQL over MVRP API

To layer GraphQL over our existing PHP API, we will use Apollo Server. It has built-in support for GraphQL subscriptions, powerful error handling tools, schema stitching, file uploads, mocking, schema directives and easy monitoring integration. Let’s dive into building our schema!

#graphql #rest #layer

Layering GraphQL on top of REST
1.15 GEEK