aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/resolvers/query.go')
-rw-r--r--graphql/resolvers/query.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql/resolvers/query.go b/graphql/resolvers/query.go
index bca4806f..4154964f 100644
--- a/graphql/resolvers/query.go
+++ b/graphql/resolvers/query.go
@@ -2,6 +2,7 @@ package resolvers
import (
"context"
+
"github.com/MichaelMure/git-bug/cache"
"github.com/MichaelMure/git-bug/graphql/models"
)