GraphQL
RU: GraphQL
A query language for APIs and a server-side runtime, originally developed at Facebook, where the client specifies exactly which fields it needs and receives only those in a single request. A strongly-typed schema defines available types and operations; a single endpoint replaces REST's many routes.