Skip to content

Commit

Permalink
jsdoc(settings): docs for projectIdIntToGraphQL (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Kuhrt <jasonkuhrt@me.com>
  • Loading branch information
iddan and jasonkuhrt committed May 25, 2021
1 parent 5b4e5e6 commit ae7563e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/generator/gentime/settingsSingleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import * as Setset from 'setset'
export namespace Gentime {
export type SettingsInput = {
/**
* TODO
* Map Prisma model fields of type `Int` with attribute `@id` to `ID` or `Int`.
*
* @default 'Int'
*/
projectIdIntToGraphQL?: 'ID' | 'Int'
// TODO add some examples
Expand Down

0 comments on commit ae7563e

Please sign in to comment.