Skip to content

Commit

Permalink
omit false values
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTVu committed Feb 22, 2024
1 parent 57eed78 commit 6234b39
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions graphql2/graphqlapp/destinationtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,8 @@ func (q *Query) DestinationTypes(ctx context.Context) ([]graphql2.DestinationTyp
Type: destSchedule,
Name: "Schedule",
Enabled: true,
IsContactMethod: false,
IsEPTarget: true,
IsSchedOnCallNotify: true,
SupportsStatusUpdates: false,
StatusUpdatesRequired: false,
RequiredFields: []graphql2.DestinationFieldConfig{{
FieldID: fieldScheduleID,
LabelSingular: "Select Schedule",
Expand All @@ -455,11 +452,8 @@ func (q *Query) DestinationTypes(ctx context.Context) ([]graphql2.DestinationTyp
Type: destUser,
Name: "User",
Enabled: true,
IsContactMethod: false,
IsEPTarget: true,
IsSchedOnCallNotify: true,
SupportsStatusUpdates: false,
StatusUpdatesRequired: false,
RequiredFields: []graphql2.DestinationFieldConfig{{
FieldID: fieldUserID,
LabelSingular: "Select User",
Expand Down

0 comments on commit 6234b39

Please sign in to comment.