Skip to content

Commit

Permalink
update section heading
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jan 9, 2020
1 parent 6d57980 commit a20e701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/photon/generated-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The generated code for Photon.js contains a number of helpful types that you can use to make your application more type-safe. This page describes a patterns for leveraging some of the generated types.

## Extended and partial model type definitions
## Operating against partial structures of your model types

When using Photon.js, every model from your [Prisma schema](../prisma-schema-file.md) is translated into a dedicated TypeScript type. For example, assume you have the following `User` and `Post` models:

Expand Down

0 comments on commit a20e701

Please sign in to comment.