Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 769 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 769 Bytes

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