aboutsummaryrefslogtreecommitdiffstats
path: root/graphql2/gqlgen.yml
blob: 60ea0c493b56072b49defee58d87392d46ca48b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
schema: schema.graphql
exec:
  filename: gen/graph.go
model:
  filename: gen/model.go

models:
  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