MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / addmutationMockUsingClassname

Function addmutationMockUsingClassname

test/helpers/mocks.ts:191–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190export const addmutationMockUsingClassname =
191 (): string =>
192'mutation($input:[AddawsAPIGatewayResourceInput!]!){addawsAPIGatewayResource(input:$input,upsert:true){numUids}}'
193
194export const mockEntityForMutationTest = {
195 className: 'APIGatewayResource',

Callers 1

mutation.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected