Preparing search index...
The search index is not available
prisma-to-graphql - v0.3.0
prisma-to-graphql
createWhereInputBlock
Function createWhereInputBlock
createWhereInputBlock
(
prismaModel
:
Readonly
<
PrismaModel
>
,
)
:
GraphqlBlockByType
[
"input"
]
Creates a
where
GraphQL input block that matches Prisma's expected
where
inputs.
Parameters
prismaModel
:
Readonly
<
PrismaModel
>
Returns
GraphqlBlockByType
[
"input"
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
prisma-to-graphql - v0.3.0
Loading...
Creates a
whereGraphQL input block that matches Prisma's expectedwhereinputs.