Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wasp-lang/wasp
/ query
Function
query
waspc/data/packages/spec/src/spec/publicApi/constructors.ts:176–178 ·
view source on GitHub ↗
(fn: Query["fn"], config?: QueryConfig)
Source
from the content-addressed store, hash-verified
174
* @category Constructors
175
*/
176
export
function
query(fn: Query[
"fn"
], config?: QueryConfig): Query {
177
return
{ kind:
"query"
, fn, ...config };
178
}
179
180
/**
181
* @inline
Callers
15
main.wasp.ts
File · 0.90
rpcTests.wasp.ts
File · 0.90
jobs.wasp.ts
File · 0.90
operations.wasp.ts
File · 0.90
main.wasp.ts
File · 0.90
cards.wasp.ts
File · 0.90
main.wasp.ts
File · 0.90
main.wasp.ts
File · 0.90
rpcTests.wasp.ts
File · 0.90
jobs.wasp.ts
File · 0.90
operations.wasp.ts
File · 0.90
task.wasp.ts
File · 0.90
Calls
no outgoing calls
Tested by
1
getQuery
Function · 0.68