GraphQL
GraphQL
GraphQL endpoint for fetching multiple resources in one round-trip. Mirrors the REST surface.
The same data the REST endpoints expose is also available via GraphQL. Use REST for simple, cacheable queries; use GraphQL when you want to fetch a few related resources in one round-trip.

