Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/pages-plugins
/ resolve
Function
resolve
example/functions/graphql.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
hello: {
14
type
: GraphQLString,
15
resolve() {
16
return
"Hello, world!"
;
17
},
18
},
19
},
20
}),
Callers
1
onRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected