Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ardatan/graphql-tools
/ schema-from-github.spec.ts
File
schema-from-github.spec.ts
packages/loaders/github/tests/schema-from-github.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ buildSchema, parse, print, printSchema } from
'graphql'
;
2
import
{ fetch } from
'@whatwg-node/fetch'
;
3
import
{ GithubLoader } from
'../src/index.js'
;
4
Callers
nothing calls this directly
Calls
6
print
Function · 0.85
parse
Method · 0.80
normalize
Function · 0.70
assertNonMaybe
Function · 0.70
load
Method · 0.65
test
Function · 0.50
Tested by
no test coverage detected