Skip to content

feat: GQL resolvers for querying agent's total resource allocation (#2254) #8247

feat: GQL resolvers for querying agent's total resource allocation (#2254)

feat: GQL resolvers for querying agent's total resource allocation (#2254) #8247

GitHub Actions / GraphQL Inspector succeeded Aug 17, 2024 in 1s

Everything looks good

Found 2 changes

Breaking: 0
Dangerous: 0
Safe: 2

Safe changes

  • Field agent_count_by_status was added to object type ScalingGroup
  • Field agent_total_resource_slots_by_status was added to object type ScalingGroup

Looking for more advanced tool? Try GraphQL Hive!

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'agent_count_by_status' was added to object type 'ScalingGroup'

Field 'agent_count_by_status' was added to object type 'ScalingGroup'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'agent_total_resource_slots_by_status' was added to object type 'ScalingGroup'

Field 'agent_total_resource_slots_by_status' was added to object type 'ScalingGroup'