MCPcopy
hub / github.com/mswjs/msw / GraphQLClientOPtions

Interface GraphQLClientOPtions

test/support/graphql.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15interface GraphQLClientOPtions {
16 uri: string
17 fetch?: (input: any, init?: any) => Promise<Response>
18}
19
20interface GraphQLOperationInput {
21 query: TemplateStringsArray | string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…