UNPKG
graphql-norm-stale
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Staleness tracking for normalized GraphQL responses
dividab/graphql-norm-stale
graphql-norm-stale
/
src
/
index.ts
10 lines
(9 loc)
•
176 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
{ clearStale, isStale }
from
"./stale"
;
export
{
Patch
, applyPatches, invalidateEntity,
InvalidateEntity
, invalidateField,
InvalidateField
}
from
"./patch"
;