Using apollo-datasource-graphql
to pull a GraphCMS schema into an existing Apollo Server.
• Demo
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