Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaltyAom/mobius
/ hello
Function
hello
example/simple.ts:20–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
const
resolvers = {
19
Query: {
20
hello() {
21
return
[
22
{
23
A:
'A'
,
24
c: 23
25
}
26
]
27
},
28
hi(parent, { word }) {
29
return
{
30
A: word,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected