From 5cd5a0e62d7d662f483062b535195f73e46efb1c Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 20 Jul 2020 21:11:04 -0400 Subject: [PATCH] Update `api-routes-graphql` README Link (#15350) --- examples/api-routes-graphql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api-routes-graphql/README.md b/examples/api-routes-graphql/README.md index 34d86ff571..17cd98c608 100644 --- a/examples/api-routes-graphql/README.md +++ b/examples/api-routes-graphql/README.md @@ -1,6 +1,6 @@ # API routes with GraphQL server -Next.js ships with [API routes](https://github.com/vercel/next.js#api-routes), which provide an easy solution to build your own `API`. This example shows their usage alongside [apollo-server-micro](https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-micro) to provide simple GraphQL server consumed by Next.js app. +Next.js ships with [API routes](https://github.com/vercel/next.js#api-routes), which provide an easy solution to build your own `API`. This example shows their usage alongside [apollo-server-micro](https://github.com/apollographql/apollo-server/tree/main/packages/apollo-server-micro) to provide simple GraphQL server consumed by Next.js app. ## Deploy your own -- GitLab