Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudgraphdev/cli
/ addmutationMock
Function
addmutationMock
test/helpers/mocks.ts:183–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
182
export
const
addmutationMock =
183
(): string =>
184
'mutation($input:[AddawsApiGatewayResourceInput!]!){addawsApiGatewayResource(input:$input,upsert:true){numUids}}'
185
186
export
const
updatemutationMock =
187
(): string =>
Callers
1
mutation.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected