Preparing search index...
The search index is not available
prisma-to-graphql - v0.3.0
prisma-to-graphql
parseDmmfModel
Function parseDmmfModel
parseDmmfModel
(
dmmfModel
:
Readonly
<
Pick
<
ReadonlyDeep
<
{}
>
,
"name"
|
"fields"
>
>
,
enumNames
:
readonly
string
[]
,
)
:
PrismaModel
Convert Prisma's DMMF representation of a model in an internal representation.
Parameters
dmmfModel
:
Readonly
<
Pick
<
ReadonlyDeep
<
{}
>
,
"name"
|
"fields"
>
>
enumNames
:
readonly
string
[]
Returns
PrismaModel
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
prisma-to-graphql - v0.3.0
Loading...
Convert Prisma's DMMF representation of a model in an internal representation.