diff options
Diffstat (limited to 'graphql/resolvers/root.go')
-rw-r--r-- | graphql/resolvers/root.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql/resolvers/root.go b/graphql/resolvers/root.go index cfdfe346..7414a097 100644 --- a/graphql/resolvers/root.go +++ b/graphql/resolvers/root.go @@ -6,6 +6,8 @@ import ( "github.com/MichaelMure/git-bug/graphql/graph" ) +var _ graph.ResolverRoot = &RootResolver{} + type RootResolver struct { cache.MultiRepoCache } |