GraphQL

GraphQL
Original author(s)Meta Platforms
Developer(s)The GraphQL Foundation
Initial releaseSeptember 14, 2015 (2015-09-14)
Stable release
October 2021 (2021-10)
Repositorygithub.com/graphql/graphql-spec
Written inImplementations in Java, JavaScript, Ruby, Scala, others.
Websitegraphql.org

GraphQL is a data query and manipulation language that allows specifying what data is to be retrieved ("declarative data fetching") or modified. A GraphQL server can process a client query using data from separate sources and present the results in a unified graph. The language is not tied to any specific database or storage engine. There are several open-source runtime engines for GraphQL.