1schema: schema.graphql
2exec:
3 filename: gen/graph.go
4model:
5 filename: gen/model.go
6
7models:
8 Bug:
9 model: github.com/MichaelMure/git-bug/bug.Snapshot
10 Comment:
11 model: github.com/MichaelMure/git-bug/bug.Comment
12 Person:
13 model: github.com/MichaelMure/git-bug/bug.Person
14 Label:
15 model: github.com/MichaelMure/git-bug/bug.Label
16 CreateOperation:
17 model: github.com/MichaelMure/git-bug/bug/operations.CreateOperation
18 SetTitleOperation:
19 model: github.com/MichaelMure/git-bug/bug/operations.SetTitleOperation
20 AddCommentOperation:
21 model: github.com/MichaelMure/git-bug/bug/operations.AddCommentOperation
22 SetStatusOperation:
23 model: github.com/MichaelMure/git-bug/bug/operations.SetStatusOperation
24 LabelChangeOperation:
25 model: github.com/MichaelMure/git-bug/bug/operations.LabelChangeOperation