Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphql/graphiql
/ save
Method
save
packages/graphiql-toolkit/src/storage/query.ts:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
save() {
115
this.storage.set(this.key, JSON.stringify({ [this.key]: this.items }));
116
}
117
}
Callers
2
edit
Method · 0.95
delete
Method · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected