introduction-graphql icon indicating copy to clipboard operation
introduction-graphql copied to clipboard

Introduction to GraphQL

Introduction to GraphQL

Recommendations

  • Basic knowledge of
    • JavaScript/TypeScript
    • NodeJS
    • React
  • NodeJS LTS
  • Linux, OSX or Windows operation system
  • VS Code
  • Chrome and Developer Tools
  • Postman, cURL or httpie

GraphQL

  • GraphQL Specification
  • Why GraphQL
  • What is GraphQL
  • Architecture
  • Principles
  • Queries
  • Variables
  • Fragments
  • Clients
  • Introspection
  • Type System
  • Schema
  • Execution and Validation Engine
    • Validation
    • Resolver
    • Error Handling
  • Directives
  • Mutations
  • Versioning
  • Paging
  • Subscriptions
  • Advanced GraphQL
  • Authentication and Authorization
  • Caching
  • Coming Soon - Defer, Batch, etc.

Examples

  • Apollo Example
  • DotNet (C#) Server Example

Resources

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker.

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Thanks

You like this GraphQL introduction and you want to see what coming next? Follow me on Twitter @mikebild.

Enjoy!