Compare commits
2 Commits
loewy/stor
...
3484af9dde
| Author | SHA1 | Date | |
|---|---|---|---|
| 3484af9dde | |||
| bc62cb5e39 |
@@ -3399,7 +3399,6 @@ export type StorageStatusGql = {
|
|||||||
storageUsageRatio?: Maybe<Scalars["Float"]["output"]>;
|
storageUsageRatio?: Maybe<Scalars["Float"]["output"]>;
|
||||||
tierName: Scalars["String"]["output"];
|
tierName: Scalars["String"]["output"];
|
||||||
usageCalculated: Scalars["Boolean"]["output"];
|
usageCalculated: Scalars["Boolean"]["output"];
|
||||||
usageEstimated: Scalars["Boolean"]["output"];
|
|
||||||
usageSource?: Maybe<Scalars["String"]["output"]>;
|
usageSource?: Maybe<Scalars["String"]["output"]>;
|
||||||
userId: Scalars["Int"]["output"];
|
userId: Scalars["Int"]["output"];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1122,7 +1122,6 @@ type StorageStatusGQL {
|
|||||||
usageCalculated: Boolean!
|
usageCalculated: Boolean!
|
||||||
usageSource: String
|
usageSource: String
|
||||||
lastCalculatedAt: DateTime
|
lastCalculatedAt: DateTime
|
||||||
usageEstimated: Boolean!
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user