apollo-server/docs/source/essentials/fetching-data.md

7 lines
305 B
Markdown
Raw Normal View History

2018-04-20 17:29:11 +03:00
---
title: Fetching Data
---
2018-04-20 17:44:40 +03:00
## 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)