Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 839 Bytes

File metadata and controls

33 lines (22 loc) · 839 Bytes

Hygraph ⨯ Apollo Server

Join our Slack

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

Demo

Clone project

How to Use

Download Manually

npx degit hygraph/hygraph-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