diff options
Diffstat (limited to 'graphql/gqlgen.yml')
-rw-r--r-- | graphql/gqlgen.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphql/gqlgen.yml b/graphql/gqlgen.yml index 516f335f..4ff24f4e 100644 --- a/graphql/gqlgen.yml +++ b/graphql/gqlgen.yml @@ -31,3 +31,9 @@ models: model: github.com/MichaelMure/git-bug/bug.SetStatusOperation LabelChangeOperation: model: github.com/MichaelMure/git-bug/bug.LabelChangeOperation + TimelineItem: + model: github.com/MichaelMure/git-bug/bug.TimelineItem + CreateTimelineItem: + model: github.com/MichaelMure/git-bug/bug.CreateTimelineItem + CommentTimelineItem: + model: github.com/MichaelMure/git-bug/bug.CommentTimelineItem
\ No newline at end of file |