Skip to content

Latest commit

 

History

History

with-apollo-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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