add TypePolicy to Fact (#1138)
closes #995 enables apollo cache to work for 'stacked' 'spent' in /statistics page.
This commit is contained in:
parent
64de3c3b94
commit
a34c8dc7e9
|
@ -52,6 +52,9 @@ function getClient (uri) {
|
|||
}
|
||||
}
|
||||
},
|
||||
Fact: {
|
||||
keyFields: ['id', 'type']
|
||||
},
|
||||
Query: {
|
||||
fields: {
|
||||
sub: {
|
||||
|
|
Loading…
Reference in New Issue