MCPcopy Create free account
hub / github.com/apollographql/fullstack-tutorial / read

Function read

final/client/src/cache.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 fields: {
7 isLoggedIn: {
8 read() {
9 return isLoggedInVar();
10 }
11 },
12 cartItems: {
13 read() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected