Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudgraphdev/cli
/ GraphQLFormattedQuery
Interface
GraphQLFormattedQuery
src/storage/types.ts:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
export
interface
GraphQLFormattedQuery {
12
query: string
13
variables: any
14
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected