Skip to content

Commit

Permalink
chore: update GraphQL 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 Jan 6, 2025
1 parent 7614158 commit 4f4e9a9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -728,17 +728,17 @@ type UserNode implements Node {
sudo_session_enabled: Boolean

"""
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
"""
container_uid: Int

Check notice on line 733 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'container_uid' was added to object type 'UserNode'

Field 'container_uid' was added to object type 'UserNode'

"""
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
"""
container_main_gid: Int

Check notice on line 738 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'container_main_gid' was added to object type 'UserNode'

Field 'container_main_gid' was added to object type 'UserNode'

"""
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]

Check notice on line 743 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'container_supplementary_gids' was added to object type 'UserNode'

Field 'container_supplementary_gids' was added to object type 'UserNode'
}
Expand Down Expand Up @@ -846,17 +846,17 @@ type User implements Item {
main_access_key: String

"""
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
"""
container_uid: Int

Check notice on line 851 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'container_uid' was added to object type 'User'

Field 'container_uid' was added to object type 'User'

"""
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
"""
container_main_gid: Int

Check notice on line 856 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'container_main_gid' was added to object type 'User'

Field 'container_main_gid' was added to object type 'User'

"""
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]

Check notice on line 861 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'container_supplementary_gids' was added to object type 'User'

Field 'container_supplementary_gids' was added to object type 'User'
groups: [UserGroup]
Expand Down Expand Up @@ -2079,17 +2079,17 @@ input UserInput {
sudo_session_enabled: Boolean = false

"""
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
"""
container_uid: Int

Check warning on line 2084 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Input field 'container_uid' was added to input object type 'UserInput'

Input field 'container_uid' was added to input object type 'UserInput'

"""
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
"""
container_main_gid: Int

Check warning on line 2089 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Input field 'container_main_gid' was added to input object type 'UserInput'

Input field 'container_main_gid' was added to input object type 'UserInput'

"""
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]

Check warning on line 2094 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Input field 'container_supplementary_gids' was added to input object type 'UserInput'

Input field 'container_supplementary_gids' was added to input object type 'UserInput'
}
Expand Down Expand Up @@ -2118,17 +2118,17 @@ input ModifyUserInput {
main_access_key: String

"""
Added in 25.01.0. The user ID (UID) assigned to processes running inside the container.
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
"""
container_uid: Int

Check warning on line 2123 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Input field 'container_uid' was added to input object type 'ModifyUserInput'

Input field 'container_uid' was added to input object type 'ModifyUserInput'

"""
Added in 25.01.0. The primary group ID (GID) assigned to processes running inside the container.
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
"""
container_main_gid: Int

Check warning on line 2128 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Input field 'container_main_gid' was added to input object type 'ModifyUserInput'

Input field 'container_main_gid' was added to input object type 'ModifyUserInput'

"""
Added in 25.01.0. Supplementary group IDs assigned to processes running inside the container.
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]

Check warning on line 2133 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Input field 'container_supplementary_gids' was added to input object type 'ModifyUserInput'

Input field 'container_supplementary_gids' was added to input object type 'ModifyUserInput'
}
Expand Down

0 comments on commit 4f4e9a9

Please sign in to comment.