Skip to content

Commit

Permalink
chore: update GraphQL schema dump
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 21, 2024
1 parent cca8221 commit 5c47a4d
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 @@ -927,8 +927,14 @@ type ComputeSessionNode implements Node {
num_queries: BigInt
inference_metrics: JSONString
kernel_nodes(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): KernelConnection

"""Added in 24.09.0."""
dependents(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): ComputeSessionConnection

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'dependents' was added to object type 'ComputeSessionNode'

Field 'dependents' was added to object type 'ComputeSessionNode'

"""Added in 24.09.0."""
dependees(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): ComputeSessionConnection

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'dependees' was added to object type 'ComputeSessionNode'

Field 'dependees' was added to object type 'ComputeSessionNode'

"""Added in 24.09.0."""
graph(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): ComputeSessionConnection

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'graph' was added to object type 'ComputeSessionNode'

Field 'graph' was added to object type 'ComputeSessionNode'
}

Expand Down

0 comments on commit 5c47a4d

Please sign in to comment.