mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
30 lines
1.0 KiB
YAML
30 lines
1.0 KiB
YAML
schema: schema.graphql
|
|
exec:
|
|
filename: graph/gen_graph.go
|
|
model:
|
|
filename: models/gen_models.go
|
|
|
|
models:
|
|
Repository:
|
|
model: github.com/MichaelMure/git-bug/graphql/models.Repository
|
|
RepositoryMutation:
|
|
model: github.com/MichaelMure/git-bug/graphql/models.RepositoryMutation
|
|
Bug:
|
|
model: github.com/MichaelMure/git-bug/bug.Snapshot
|
|
Comment:
|
|
model: github.com/MichaelMure/git-bug/bug.Comment
|
|
Person:
|
|
model: github.com/MichaelMure/git-bug/bug.Person
|
|
Label:
|
|
model: github.com/MichaelMure/git-bug/bug.Label
|
|
CreateOperation:
|
|
model: github.com/MichaelMure/git-bug/bug/operations.CreateOperation
|
|
SetTitleOperation:
|
|
model: github.com/MichaelMure/git-bug/bug/operations.SetTitleOperation
|
|
AddCommentOperation:
|
|
model: github.com/MichaelMure/git-bug/bug/operations.AddCommentOperation
|
|
SetStatusOperation:
|
|
model: github.com/MichaelMure/git-bug/bug/operations.SetStatusOperation
|
|
LabelChangeOperation:
|
|
model: github.com/MichaelMure/git-bug/bug/operations.LabelChangeOperation
|