Skip to content

Commit

Permalink
chore: Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Nov 5, 2024
1 parent f07f3e0 commit d31bca6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@ type AgentNode implements Node {
auto_terminate_abusing_kernel: Boolean
local_config: JSONString
container_count: Int

"""Added in 24.09.0"""
gpu_alloc_map: JSONString

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'gpu_alloc_map' was added to object type 'AgentNode'

Field 'gpu_alloc_map' was added to object type 'AgentNode'
kernel_nodes(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): KernelConnection

"""
Expand Down Expand Up @@ -2571,4 +2574,4 @@ type CheckAndTransitStatus {
input CheckAndTransitStatusInput {
ids: [GlobalIDField]!
client_mutation_id: String
}
}

0 comments on commit d31bca6

Please sign in to comment.