aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/models')
-rw-r--r--graphql/models/models.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql/models/models.go b/graphql/models/models.go
index dfe3a29f..63d9c1fe 100644
--- a/graphql/models/models.go
+++ b/graphql/models/models.go
@@ -12,11 +12,11 @@ type ConnectionInput struct {
}
type Repository struct {
- Cache *cache.RootCache
+ Cache *cache.MultiRepoCache
Repo *cache.RepoCache
}
type RepositoryMutation struct {
- Cache *cache.RootCache
+ Cache *cache.MultiRepoCache
Repo *cache.RepoCache
}