MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / lastQuery

Function lastQuery

packages/plugins/graphql/src/sdk/plugin.test.ts:1036–1037  ·  view source on GitHub ↗
(requests: { readonly payload: { readonly query?: string } }[])

Source from the content-addressed store, hash-verified

1034 const gitlabServer = serveGraphqlTestServer({ schema: makeGitlab1146Schema() });
1035
1036 const lastQuery = (requests: { readonly payload: { readonly query?: string } }[]): string =>
1037 requests[requests.length - 1]?.payload.query ?? "";
1038
1039 const setup = (slug: string) =>
1040 Effect.gen(function* () {

Callers 1

plugin.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected