From 15c258cdc4ba37820362a44dfc2636ed1ff92b4c Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 31 Mar 2019 21:44:14 +0200 Subject: graphql: expose allIdentities, identities and userIdentity in the repo --- graphql/resolvers/root.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphql/resolvers/root.go') diff --git a/graphql/resolvers/root.go b/graphql/resolvers/root.go index cfdfe346d..7414a097b 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 } -- cgit v1.2.3