Skip to content

Commit

Permalink
chore: update GraphQL schema dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Aug 3, 2024
1 parent d0d7706 commit 8f1c5ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1057,8 +1057,10 @@ type ContainerRegistryConfig {
ssl_verify: Boolean
}

"""Added in 24.09.0."""
scalar ContainerRegistryTypeField

"""Added in 24.09.0."""
type ContainerRegistryConnection {
"""Pagination data for this connection."""
pageInfo: PageInfo!
Expand Down Expand Up @@ -1231,7 +1233,10 @@ type Mutations {
disassociate_all_scaling_groups_with_group(user_group: UUID!): DisassociateAllScalingGroupsWithGroup
set_quota_scope(props: QuotaScopeInput!, quota_scope_id: String!, storage_host_name: String!): SetQuotaScope
unset_quota_scope(quota_scope_id: String!, storage_host_name: String!): UnsetQuotaScope
create_container_registry(props: CreateContainerRegistryInput!): CreateContainerRegistry
create_container_registry(
"""Added in 24.09.0."""
props: CreateContainerRegistryInput!
): CreateContainerRegistry
modify_container_registry(props: ModifyContainerRegistryInput!): ModifyContainerRegistry
delete_container_registry(props: DeleteContainerRegistryInput!): DeleteContainerRegistry
modify_endpoint(endpoint_id: UUID!, props: ModifyEndpointInput!): ModifyEndpoint
Expand Down Expand Up @@ -1909,6 +1914,7 @@ type DeleteContainerRegistry {
container_registry: ContainerRegistry
}

"""Added in 24.09.0."""
input DeleteContainerRegistryInput {
"""Object id. Can be either global id or object id. Added in 24.09.0."""
id: String!
Expand Down

0 comments on commit 8f1c5ce

Please sign in to comment.