mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Update docs intro verbiage
Just throwing my 2 cents: I don't think it's fair to say that "it's intended to be a replacement", given that multiple API paradigms can coexist in the same system and each of them have their trade-offs.
This commit is contained in:
parent
1dc291b073
commit
b1ab1820b6
@ -7,7 +7,7 @@
|
|||||||
# About GraphQL
|
# About GraphQL
|
||||||
|
|
||||||
GraphQL is a modern way to build HTTP APIs consumed by the web and mobile clients.
|
GraphQL is a modern way to build HTTP APIs consumed by the web and mobile clients.
|
||||||
It is intended to be a replacement for REST and SOAP APIs (even for **existing applications**).
|
It is intended to be an alternative to REST and SOAP APIs (even for **existing applications**).
|
||||||
|
|
||||||
GraphQL itself is a [specification](https://github.com/facebook/graphql) designed by Facebook
|
GraphQL itself is a [specification](https://github.com/facebook/graphql) designed by Facebook
|
||||||
engineers. Various implementations of this specification were written
|
engineers. Various implementations of this specification were written
|
||||||
|
Loading…
Reference in New Issue
Block a user