File size: 5,248 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
schema:
  - ./schema.graphql
  - ./graph/*.graphqls

omit_slice_element_pointers: true
exec:
  filename: generated.go
model:
  filename: models_gen.go
models:
  AuthSubject:
    model: github.com/target/goalert/user.AuthSubject
  AuthSubjectInput:
    model: github.com/target/goalert/user.AuthSubject
  User:
    model: github.com/target/goalert/user.User
    fields:
      statusUpdateContactMethodID:
        fieldName: AlertStatusCMID
  UserContactMethod:
    model: github.com/target/goalert/user/contactmethod.ContactMethod
    fields:
      value:
        resolver: true
  UserNotificationRule:
    model: github.com/target/goalert/user/notificationrule.NotificationRule
  Target:
    model: github.com/target/goalert/assignment.RawTarget
    fields:
      name:
        resolver: true
  TargetInput:
    model: github.com/target/goalert/assignment.RawTarget
  TargetType:
    model: github.com/target/goalert/assignment.TargetType
  Alert:
    model: github.com/target/goalert/alert.Alert
  AlertLogEntry:
    model: github.com/target/goalert/alert/alertlog.Entry
  AlertState:
    model: github.com/target/goalert/alert.State
  Service:
    model: github.com/target/goalert/service.Service
  ISOTimestamp:
    model: github.com/target/goalert/graphql2.ISOTimestamp
  ISODuration:
    model: github.com/target/goalert/util/timeutil.ISODuration
  ISORInterval:
    model: github.com/target/goalert/util/timeutil.ISORInterval
  EscalationPolicy:
    model: github.com/target/goalert/escalation.Policy
  Rotation:
    model: github.com/target/goalert/schedule/rotation.Rotation
  Schedule:
    model: github.com/target/goalert/schedule.Schedule
  UserCalendarSubscription:
    model: github.com/target/goalert/calsub.Subscription
  ServiceOnCallUser:
    model: github.com/target/goalert/oncall.ServiceOnCallUser
  EscalationPolicyStep:
    model: github.com/target/goalert/escalation.Step
  RotationType:
    model: github.com/target/goalert/schedule/rotation.Type
  IntegrationKey:
    model: github.com/target/goalert/integrationkey.IntegrationKey
  Label:
    model: github.com/target/goalert/label.Label
  ClockTime:
    model: github.com/target/goalert/util/timeutil.Clock
  ScheduleRule:
    model: github.com/target/goalert/schedule/rule.Rule
  UserOverride:
    model: github.com/target/goalert/override.UserOverride
  OnCallShift:
    model: github.com/target/goalert/oncall.Shift
  SlackChannel:
    model: github.com/target/goalert/notification/slack.Channel
  SlackUserGroup:
    model: github.com/target/goalert/notification/slack.UserGroup
  HeartbeatMonitor:
    model: github.com/target/goalert/heartbeat.Monitor
  HeartbeatMonitorState:
    model: github.com/target/goalert/heartbeat.State
  SystemLimitID:
    model: github.com/target/goalert/limit.ID
  DebugCarrierInfo:
    model: github.com/target/goalert/notification/twilio.CarrierInfo
  Notice:
    model: github.com/target/goalert/notice.Notice
  NoticeType:
    model: github.com/target/goalert/notice.Type
  SetScheduleShiftInput:
    model: github.com/target/goalert/schedule.FixedShift
  TemporarySchedule:
    model: github.com/target/goalert/schedule.TemporarySchedule
  OnCallNotificationRule:
    model: github.com/target/goalert/schedule.OnCallNotificationRule
  OnCallNotificationRuleInput:
    model: github.com/target/goalert/graphql2.OnCallNotificationRuleInput
  WeekdayFilter:
    model: github.com/target/goalert/util/timeutil.WeekdayFilter
  AlertMetric:
    model: github.com/target/goalert/alert/alertmetrics.Metric
  ID:
    model:
      - github.com/99designs/gqlgen/graphql.ID
      - github.com/target/goalert/graphql2.UUID
      - github.com/target/goalert/schedule.RuleID
  MessageLogConnectionStats:
    model: github.com/target/goalert/notification.SearchOptions
  ExprExpression:
    model: github.com/target/goalert/graphql2.ExprExpression
  ExprBooleanExpression:
    model: github.com/target/goalert/graphql2.ExprBooleanExpression
  ExprStringExpression:
    model: github.com/target/goalert/graphql2.ExprStringExpression
  ExprValue:
    model: github.com/target/goalert/graphql2.ExprValue
  ExprIdentifier:
    model: github.com/target/goalert/graphql2.ExprIdentifier
  ExprStringMap:
    model: github.com/target/goalert/graphql2.ExprStringMap
  StringMap:
    model: github.com/target/goalert/graphql2.StringMap
  DestinationInput:
    model: github.com/target/goalert/gadb.DestV1
  Destination:
    model: github.com/target/goalert/gadb.DestV1
  Action:
    model: github.com/target/goalert/gadb.UIKActionV1
  ActionInput:
    model: github.com/target/goalert/gadb.UIKActionV1
  KeyRule:
    model: github.com/target/goalert/gadb.UIKRuleV1
  KeyRuleInput:
    model: github.com/target/goalert/gadb.UIKRuleV1
  KeyRuleActionsInput:
    model: github.com/target/goalert/gadb.UIKRuleV1
  KeyConfig:
    model: github.com/target/goalert/gadb.UIKConfigV1
  DestinationFieldConfig:
    model: github.com/target/goalert/notification/nfydest.FieldConfig
  DestinationTypeInfo:
    model: github.com/target/goalert/notification/nfydest.TypeInfo
  DynamicParamConfig:
    model: github.com/target/goalert/notification/nfydest.DynamicParamConfig
  DestinationDisplayInfo:
    model: github.com/target/goalert/notification/nfydest.DisplayInfo