MCPcopy Create free account
hub / github.com/prisma/prisma-examples / resolve

Function resolve

orm/graphql-subscriptions/src/schema.ts:163–165  ·  view source on GitHub ↗
(payload: Post)

Source from the content-addressed store, hash-verified

161 return ctx.pubsub.asyncIterableIterator('newPost')
162 },
163 resolve(payload: Post) {
164 return payload
165 },
166 })
167
168 t.field('postPublished', {

Callers 13

delayFunction · 0.85
delayFunction · 0.85
delayFunction · 0.85
delayFunction · 0.85
delayFunction · 0.85
delayFunction · 0.85
delayFunction · 0.85
delayFunction · 0.85
delayFunction · 0.85
onAllReadyFunction · 0.85
onShellReadyFunction · 0.85
getAllUsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected