Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove first sentence #2214

Merged
merged 2 commits into from
Jan 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/guides/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@ title: Data modeling - Lists & Fields

# Data modeling - Lists & Fields

KeystoneJS is comprised of 3 distinct pieces, which can be described as:

<pre>
<code>
Schema => (&#x0007B; <a href="/keystonejs/app-admin-ui">AdminUI</a>, <a href="/guides/intro-to-graphql">GraphQL</a> &#x0007D;)
</code>
</pre>

A **Schema Definition** (_often abbreviated to 'Schema'_) is defined by

- a set of **Lists**
- containing one or more **Fields**
- which each have a **Type**.
- which each have a **Type**
<!-- TODO: Link to glossary -->

<!-- TODO: Make this a component that can be imported somehow -->
Expand Down