Skip to content

Commit

Permalink
DEVPROD-4197: Add host sleep schedule to GraphQL (#7666)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored Apr 1, 2024
1 parent 68538a9 commit 4e32fb0
Show file tree
Hide file tree
Showing 17 changed files with 1,421 additions and 242 deletions.
4 changes: 4 additions & 0 deletions gqlgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ models:
model: github.com/evergreen-ci/evergreen/rest/model.APISelector
SiteBanner:
model: github.com/evergreen-ci/evergreen/rest/model.APIBanner
SleepSchedule:
model: github.com/evergreen-ci/evergreen/model/host.SleepScheduleInfo
SleepScheduleInput:
model: github.com/evergreen-ci/evergreen/model/host.SleepScheduleInfo
Source:
model: github.com/evergreen-ci/evergreen/rest/model.APISource
SpawnHostConfig:
Expand Down
Loading

0 comments on commit 4e32fb0

Please sign in to comment.