Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 734 Bytes

File metadata and controls

31 lines (21 loc) · 734 Bytes

GraphCMS ⨯ Apollo Server

Join our Slack

Using apollo-datasource-graphql to pull a GraphCMS schema into an existing Apollo Server.

Demo

How to Use

Download Manually

npx degit graphcms/graphcms-examples/with-apollo-server with-apollo-server

Install & Run:

cd with-apollo-server
npm install
npm run start
# or
cd with-apollo-server
yarn
yarn start

Run on Codesandbox

Develop with Codesandbox