Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 324 Bytes

GraphqlAdvantages.md

File metadata and controls

10 lines (9 loc) · 324 Bytes

GraphQL Advantages

  • Good fit for complex systems and microservices.
  • Fetching data with a single API call.
  • No over- and under-fetching problems.
  • Tailoring requests to your needs.
  • Validation and type checking out-of-the-box.
  • Auto-generating API documentation.
  • API evolution without versioning.
  • Code-sharing.