Commit 7a151fbb authored by Matthias van de Meent's avatar Matthias van de Meent

Update graphql schema dump

parent 07ca3fa6
......@@ -6695,37 +6695,37 @@ type ProjectStatistics {
"""
Build artifacts size of the project
"""
buildArtifactsSize: Int!
buildArtifactsSize: Float!
"""
Commit count of the project
"""
commitCount: Int!
commitCount: Float!
"""
Large File Storage (LFS) object size of the project
"""
lfsObjectsSize: Int!
lfsObjectsSize: Float!
"""
Packages size of the project
"""
packagesSize: Int!
packagesSize: Float!
"""
Repository size of the project
"""
repositorySize: Int!
repositorySize: Float!
"""
Storage size of the project
"""
storageSize: Int!
storageSize: Float!
"""
Wiki size of the project
"""
wikiSize: Int
wikiSize: Float
}
type Query {
......@@ -7059,32 +7059,32 @@ type RootStorageStatistics {
"""
The CI artifacts size in bytes
"""
buildArtifactsSize: Int!
buildArtifactsSize: Float!
"""
The LFS objects size in bytes
"""
lfsObjectsSize: Int!
lfsObjectsSize: Float!
"""
The packages size in bytes
"""
packagesSize: Int!
packagesSize: Float!
"""
The Git repository size in bytes
"""
repositorySize: Int!
repositorySize: Float!
"""
The total storage in bytes
"""
storageSize: Int!
storageSize: Float!
"""
The wiki size in bytes
"""
wikiSize: Int!
wikiSize: Float!
}
"""
......
......@@ -2373,7 +2373,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -2666,7 +2666,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -3423,7 +3423,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -4666,7 +4666,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -4680,7 +4680,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -4694,7 +4694,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -12383,7 +12383,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -12863,7 +12863,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -13108,7 +13108,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -13144,7 +13144,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -13194,7 +13194,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -13230,7 +13230,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
}
},
......@@ -13245,7 +13245,7 @@
],
"type": {
"kind": "SCALAR",
"name": "Int",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment