Skip to content

Commit

Permalink
chore: update api schema dump
Browse files Browse the repository at this point in the history
Co-authored-by: octodog <[email protected]>
  • Loading branch information
fregataa and lablup-octodog committed Feb 14, 2025
1 parent 87b457e commit a4eb949
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/manager/graphql-reference/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,11 @@ type ScalingGroup {
"""
status: String = "ALIVE"
): JSONString

"""
Added in 25.03.0. Sum of occupied slots of compute sessions owned by user.
"""
own_session_occupied_resource_slots: JSONString

Check notice on line 1189 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'own_session_occupied_resource_slots' was added to object type 'ScalingGroup'

Field 'own_session_occupied_resource_slots' was added to object type 'ScalingGroup'
}

type StorageVolume implements Item {
Expand Down

0 comments on commit a4eb949

Please sign in to comment.