2018-11-21 20:56:12 +03:00
|
|
|
schema: "schema/*.graphql"
|
2018-07-27 20:48:45 +03:00
|
|
|
exec:
|
2018-07-30 00:48:52 +03:00
|
|
|
filename: graph/gen_graph.go
|
2018-07-27 20:48:45 +03:00
|
|
|
model:
|
2018-07-29 20:37:06 +03:00
|
|
|
filename: models/gen_models.go
|
2018-07-27 20:48:45 +03:00
|
|
|
|
|
|
|
models:
|
2018-07-29 19:11:33 +03:00
|
|
|
Repository:
|
2018-07-30 00:48:52 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/graphql/models.Repository
|
2018-07-30 02:08:45 +03:00
|
|
|
RepositoryMutation:
|
|
|
|
model: github.com/MichaelMure/git-bug/graphql/models.RepositoryMutation
|
2018-07-27 20:48:45 +03:00
|
|
|
Bug:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.Snapshot
|
2019-04-10 22:50:03 +03:00
|
|
|
Color:
|
|
|
|
model: image/color.RGBA
|
2018-07-27 20:48:45 +03:00
|
|
|
Comment:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.Comment
|
2018-11-21 20:56:12 +03:00
|
|
|
Identity:
|
2019-01-17 05:09:08 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/identity.Interface
|
2018-07-27 20:48:45 +03:00
|
|
|
Label:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.Label
|
2018-08-03 00:37:49 +03:00
|
|
|
Hash:
|
2018-09-11 23:04:16 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/util/git.Hash
|
2018-08-01 20:24:19 +03:00
|
|
|
Operation:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.Operation
|
2018-07-27 20:48:45 +03:00
|
|
|
CreateOperation:
|
2018-09-28 21:39:39 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/bug.CreateOperation
|
2018-07-27 20:48:45 +03:00
|
|
|
SetTitleOperation:
|
2018-09-28 21:39:39 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/bug.SetTitleOperation
|
2018-07-27 20:48:45 +03:00
|
|
|
AddCommentOperation:
|
2018-09-28 21:39:39 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/bug.AddCommentOperation
|
2018-10-07 19:27:23 +03:00
|
|
|
EditCommentOperation:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.EditCommentOperation
|
2018-07-27 20:48:45 +03:00
|
|
|
SetStatusOperation:
|
2018-09-28 21:39:39 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/bug.SetStatusOperation
|
2018-07-27 20:48:45 +03:00
|
|
|
LabelChangeOperation:
|
2018-09-28 21:39:39 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/bug.LabelChangeOperation
|
2018-09-29 21:58:25 +03:00
|
|
|
TimelineItem:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.TimelineItem
|
2018-09-30 12:00:39 +03:00
|
|
|
CommentHistoryStep:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.CommentHistoryStep
|
2018-09-29 21:58:25 +03:00
|
|
|
CreateTimelineItem:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.CreateTimelineItem
|
2018-09-30 18:15:54 +03:00
|
|
|
AddCommentTimelineItem:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.AddCommentTimelineItem
|
|
|
|
LabelChangeTimelineItem:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.LabelChangeTimelineItem
|
|
|
|
SetStatusTimelineItem:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.SetStatusTimelineItem
|
|
|
|
SetTitleTimelineItem:
|
2019-06-16 22:29:49 +03:00
|
|
|
model: github.com/MichaelMure/git-bug/bug.SetTitleTimelineItem
|
|
|
|
LabelChangeResult:
|
|
|
|
model: github.com/MichaelMure/git-bug/bug.LabelChangeResult
|