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 Jan 17, 2025
1 parent e70f1cc commit ca469e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/manager/graphql-reference/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ type UserNode implements Node {
"""
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]
container_gids: [Int]

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

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

Field 'container_gids' was added to object type 'UserNode'
}

"""Added in 24.03.0"""
Expand Down Expand Up @@ -858,7 +858,7 @@ type User implements Item {
"""
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]
container_gids: [Int]

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

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

Field 'container_gids' was added to object type 'User'
groups: [UserGroup]
}

Expand Down Expand Up @@ -2103,7 +2103,7 @@ input UserInput {
"""
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]
container_gids: [Int]

Check warning on line 2106 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

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

Input field 'container_gids' was added to input object type 'UserInput'
}

type ModifyUser {
Expand Down Expand Up @@ -2142,7 +2142,7 @@ input ModifyUserInput {
"""
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
"""
container_supplementary_gids: [Int]
container_gids: [Int]

Check warning on line 2145 in docs/manager/graphql-reference/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

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

Input field 'container_gids' was added to input object type 'ModifyUserInput'
}

"""
Expand Down

0 comments on commit ca469e0

Please sign in to comment.