mirror of
https://github.com/vale981/apollo-server
synced 2025-03-08 19:21:40 -05:00
7 lines
No EOL
305 B
Markdown
7 lines
No EOL
305 B
Markdown
---
|
|
title: Fetching Data
|
|
---
|
|
|
|
## Fetching Data
|
|
|
|
GraphQL is the best way to work with data from **any** back-end that your product needs. It is not a mapping of your database, but rather a graph of the data sources and shapes your product is made of. Works with multiple data sources (first party or third) |