apollo-server/docs/source/best-practices/schema-design.md

10 lines
271 B
Markdown
Raw Normal View History

2018-04-05 01:24:56 -04:00
---
title: Schema Design
description: The best way to fetch data, update it, and keep things running for a long time
---
2018-04-05 02:31:10 -04:00
<h2 id="mutations">Mutation design</h2>
<h2 id="unique-ids">Uniqe ids</h2>
<h2 id="node">The node interface</h2>
<h2 id="pagination">Pagination</h2>