Autosave: 2024-06-24 13:30:04
This commit is contained in:
parent
c22077556a
commit
ed3f1975f7
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ tags: [graphql, APIs]
|
||||||
- GraphQL is a **query language** from which you can build APIs. It exists as an
|
- GraphQL is a **query language** from which you can build APIs. It exists as an
|
||||||
abstraction layer between a client that issues requests and a backend
|
abstraction layer between a client that issues requests and a backend
|
||||||
comprising any number of databases that responds to queries.
|
comprising any number of databases that responds to queries.
|
||||||
|
|
||||||
- Crucially, with applications that utilise GraphQL, both the backend and the
|
- Crucially, with applications that utilise GraphQL, both the backend and the
|
||||||
frontend use the same GraphQL syntax. They speak the same language. This means
|
frontend use the same GraphQL syntax. They speak the same language. This means
|
||||||
that neither needs to take account of the way in which the other is
|
that neither needs to take account of the way in which the other is
|
||||||
|
|
Loading…
Add table
Reference in a new issue