Skip to content

Commit

Permalink
Merge pull request #4096 from shaedrich/graphql
Browse files Browse the repository at this point in the history
Add related to topic "GraphQL"
  • Loading branch information
kenyonj authored Dec 18, 2023
2 parents dac6afa + 0d70808 commit 9920fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/graphql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ display_name: GraphQL
github_url: https://github.com/graphql
logo: graphql.png
released: 2015
related: api, rest
related: api, rest, graphiql, sparql, sql
short_description: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
topic: graphql
url: http://graphql.org/
wikipedia_url: https://en.wikipedia.org/wiki/GraphQL
---
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
**GraphQL** is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.

0 comments on commit 9920fc0

Please sign in to comment.