diff options
author | Michael Muré <batolettre@gmail.com> | 2019-04-05 01:13:17 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-04-05 01:13:17 +0200 |
commit | e027d5ee65aad72ca7cface8e609ea0c65f99fbe (patch) | |
tree | 3b67170e86c4158dd2dd4f23f3013641505dac35 /graphql/connections/connection_template.go | |
parent | b9e413c5f95212a0076aae0f473226b32b5fc77a (diff) | |
download | git-bug-e027d5ee65aad72ca7cface8e609ea0c65f99fbe.tar.gz |
graphql: make Bug's actors and participants a connection
Diffstat (limited to 'graphql/connections/connection_template.go')
-rw-r--r-- | graphql/connections/connection_template.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql/connections/connection_template.go b/graphql/connections/connection_template.go index e98f53eb..412eb318 100644 --- a/graphql/connections/connection_template.go +++ b/graphql/connections/connection_template.go @@ -3,8 +3,9 @@ package connections import ( "fmt" - "github.com/MichaelMure/git-bug/graphql/models" "github.com/cheekybits/genny/generic" + + "github.com/MichaelMure/git-bug/graphql/models" ) // Name define the name of the connection |