Skip to content

Commit

Permalink
schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjornstad committed Nov 29, 2023
1 parent 2a96b04 commit 1e7e1d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,9 @@ type ResourceUtilizationOverageForTeam {

"""The sum of the overage cost for all apps."""
overageCost: Float!
timestamp: Time

"""Timestamp used for the calculated values."""
timestamp: Time!
}

type Resources {
Expand Down

0 comments on commit 1e7e1d9

Please sign in to comment.