Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Apr 26, 2019
1 parent 20d5e1d commit 3b41c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yoga/src/yogaDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ export const DEFAULTS: Config = {
prisma: {
/**
* Do not use that as a default value, this is just a placeholder
* When `datamodelInfo` isn't provided, we're importing it from `DEFAULT_NEXUS_PRISMA_SCHEMA_PATH` defined below
* When `datamodelInfo` isn't provided, we're importing it from `DEFAULT_META_SCHEMA_DIR` defined below
*/
datamodelInfo: {
schema: { __schema: null },
uniqueFieldsByModel: {},
clientPath: '',
embeddedTypes: []
embeddedTypes: [],
},
/**
* Do not use that as a default value, this is just a placeholder
Expand Down

0 comments on commit 3b41c2b

Please sign in to comment.