mirror of
https://github.com/vale981/apollo-server
synced 2025-03-12 22:16:42 -04:00
12 lines
512 B
Markdown
12 lines
512 B
Markdown
---
|
|
title: Loading your data
|
|
description: Turning queries into data
|
|
---
|
|
|
|
Once you have a working schema, you need to load some actual data for your app! Using resolvers you can fetch data from your backend, select and rename the results from your data sources, and link different information together. Learn how flexible GraphQL is in how it can translate requests into data with resolvers.
|
|
|
|
<h2 id="fetching">Fetching data</h2>
|
|
|
|
<h2 id="shaping">Shaping results</h2>
|
|
|
|
<h2 id="linking">Linking data sources</h2>
|