Skip to content

Yoh0xFF/graphql-example

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