This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | Meta Platforms |
---|---|
Developer(s) | Open source |
Initial release | September 14, 2015 |
Stable release | October 2021[1]
|
Repository | github |
Written in | Implementations in Java, JavaScript, Ruby, Scala, others. |
Website | graphql |
GraphQL is a data query and manipulation language for APIs that allows a client to specify what data it needs ("declarative data fetching"). A GraphQL server can fetch data from separate sources for a single client query and present the results in a unified graph.[2] It is not tied to any specific database or storage engine.
The associated GraphQL runtime engine is open-source.