MCPcopy Create free account
hub / github.com/apollographql/fullstack-tutorial / executeOperation

Function executeOperation

start/server/src/__tests__/__utils.js:54–55  ·  view source on GitHub ↗
({ query, variables = {} })

Source from the content-addressed store, hash-verified

52 });
53
54 const executeOperation = ({ query, variables = {} }) =>
55 execute(link, { query, variables });
56
57 return {
58 link,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected