Skip to content

dariawhitecastle/graphQL-apollo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphQL-apollo-server

This project utilizes

  • Express-GraphQL for serving up data and defining the schema
  • Prisma ORM for resolvers and model definitions
  • GraphQL-codegen/Typescript for generating types dynamically off the graphql schema
  • a variety of utils from graphql-tools/schema

This projects aims to accomplish the following goals

  • Use declarative approach to writing APIs
  • Add Type safety to DB queries
  • Write resolvers more effectively
  • Create models and relations between them more effectively
  • Generate types via CLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published