Skip to content

Yoh0xFF/graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Example

Sample project demonstrating common issues to consider when working on GraphQL API

Please see the article here

Used Core Libraries

Project Demonstrates

  • GraphQL Server Setup
  • Advanced Scalar Data Types
  • Splitting Schema
  • Authentication and Authorization
  • Validation
  • N + 1 Queries
  • Security
  • Integration Testing