Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
delay
Function · 0.85
delay
Function · 0.85
delay
Function · 0.85
delay
Function · 0.85
delay
Function · 0.85
delay
Function · 0.85
delay
Function · 0.85
delay
Function · 0.85
delay
Function · 0.85
onAllReady
Function · 0.85
onShellReady
Function · 0.85
getAllUsers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected