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

Function lastQuery

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

Source from the content-addressed store, hash-verified

900 const gitlabServer = serveGraphqlTestServer({ schema: makeGitlab1146Schema() });
901
902 const lastQuery = (requests: { readonly payload: { readonly query?: string } }[]): string =>
903 requests[requests.length - 1]?.payload.query ?? "";
904
905 const setup = (slug: string) =>
906 Effect.gen(function* () {

Callers 1

plugin.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected