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
jopemachine and lablup-octodog committed Jan 13, 2025
1 parent 59f416c commit 4113540
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2516,6 +2516,8 @@ type UnsetQuotaScope {

"""Added in 24.09.0."""
type CreateContainerRegistryNode {
ok: Boolean

Check failure on line 2519 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Field 'ok' was added to object type 'CreateContainerRegistryNode'

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X."
msg: String

Check failure on line 2520 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Field 'msg' was added to object type 'CreateContainerRegistryNode'

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X."
container_registry: ContainerRegistryNode
}

Expand Down Expand Up @@ -2561,6 +2563,8 @@ input AllowedGroups {

"""Added in 24.09.0."""
type ModifyContainerRegistryNode {
ok: Boolean

Check failure on line 2566 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Field 'ok' was added to object type 'ModifyContainerRegistryNode'

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X."
msg: String

Check failure on line 2567 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Field 'msg' was added to object type 'ModifyContainerRegistryNode'

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X."
container_registry: ContainerRegistryNode
}

Expand Down Expand Up @@ -2598,6 +2602,8 @@ input ModifyContainerRegistryNodeInput {

"""Added in 24.09.0."""
type DeleteContainerRegistryNode {
ok: Boolean

Check failure on line 2605 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Field 'ok' was added to object type 'DeleteContainerRegistryNode'

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X."
msg: String

Check failure on line 2606 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Field 'msg' was added to object type 'DeleteContainerRegistryNode'

New fields must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X."
container_registry: ContainerRegistryNode
}

Expand Down

0 comments on commit 4113540

Please sign in to comment.