GraphQL - makstron/info GitHub Wiki

GraphQL надає підхід розробки веб API і його можна порівнювати і протиставляти REST та іншим архітектурам вебсервісів. Він дозволяє клієнтам визначати структуру потрібних даних.

  • Allows clients to request only the data they need.
  • Single endpoint for all data queries and mutations.
  • Hierarchical structure for defining the shape of the response.