PrismaLtiPlatformDelegate
Defined in: packages/adapter-prisma/src/index.ts:56
The minimal Prisma delegate surface for the LtiPlatform model.
Methods
Section titled “Methods”findFirst()
Section titled “findFirst()”findFirst(
args):Promise<PlatformRow|null>
Defined in: packages/adapter-prisma/src/index.ts:57
Parameters
Section titled “Parameters”Record<string, unknown>
Returns
Section titled “Returns”Promise<PlatformRow | null>
upsert()
Section titled “upsert()”upsert(
args):Promise<PlatformRow>
Defined in: packages/adapter-prisma/src/index.ts:58
Parameters
Section titled “Parameters”create
Section titled “create”LtiPlatformCreateData
update
Section titled “update”Record<string, unknown>
{ issuer_clientId: { clientId: string; issuer: string; }; }
where.issuer_clientId
Section titled “where.issuer_clientId”{ clientId: string; issuer: string; }
where.issuer_clientId.clientId
Section titled “where.issuer_clientId.clientId”string
where.issuer_clientId.issuer
Section titled “where.issuer_clientId.issuer”string
Returns
Section titled “Returns”Promise<PlatformRow>