Skip to content

JSinkler713/dino-api-graphql-repo

Repository files navigation

Dinosaur graphql deployment

This is a site that set up a basic graphql api, for a react app to consume.

To access this endpoint

Deployed Link Locally

Tech

This uses express and apollo server. The backend is written with sequelize ORM with postgres.

Use queries and mutations to play around Sample Query

query GetDinos {
 allDinos {
   name
   type
   createdAt
   id
 }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published