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

Interface RequestConfig

src/storage/types.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Method } from 'axios'
2
3export interface RequestConfig {
4 baseUrl?: string
5 path: string
6 data?: any
7 verb?: Method
8 headers?: { [key: string]: string }
9}
10
11export interface GraphQLFormattedQuery {
12 query: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected