From 7cb7994cdae848053487d00c1730d1e865fb8623 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 7 Oct 2018 18:27:23 +0200 Subject: github: also pull users email --- graphql/gqlgen.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'graphql/gqlgen.yml') diff --git a/graphql/gqlgen.yml b/graphql/gqlgen.yml index 3932eafe..19bf686e 100644 --- a/graphql/gqlgen.yml +++ b/graphql/gqlgen.yml @@ -15,6 +15,15 @@ models: model: github.com/MichaelMure/git-bug/bug.Comment Person: model: github.com/MichaelMure/git-bug/bug.Person + fields: + name: + resolver: true + email: + resolver: true + login: + resolver: true + avatarUrl: + resolver: true Label: model: github.com/MichaelMure/git-bug/bug.Label Hash: @@ -27,6 +36,8 @@ models: model: github.com/MichaelMure/git-bug/bug.SetTitleOperation AddCommentOperation: model: github.com/MichaelMure/git-bug/bug.AddCommentOperation + EditCommentOperation: + model: github.com/MichaelMure/git-bug/bug.EditCommentOperation SetStatusOperation: model: github.com/MichaelMure/git-bug/bug.SetStatusOperation LabelChangeOperation: -- cgit