mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
9 lines
340 B
Markdown
9 lines
340 B
Markdown
# GraphQL with Apollo
|
|
|
|
GraphQL is a data query language which provides an alternative to REST and ad-hoc web service 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.
|
|
|
|

|
|
|
|
|
|
|