Skip to content

feat: Add Associate and Disassociate Scaling Groups with Domain, User Group, and KeyPair mutations (#2473) #8248

feat: Add Associate and Disassociate Scaling Groups with Domain, User Group, and KeyPair mutations (#2473)

feat: Add Associate and Disassociate Scaling Groups with Domain, User Group, and KeyPair mutations (#2473) #8248

GitHub Actions / GraphQL Inspector succeeded Aug 18, 2024 in 0s

Everything looks good

Found 12 changes

Breaking: 0
Dangerous: 0
Safe: 12

Safe changes

  • Type AssociateScalingGroupsWithDomain was added
  • Type AssociateScalingGroupsWithUserGroup was added
  • Type AssociateScalingGroupsWithKeyPair was added
  • Type DisassociateScalingGroupsWithDomain was added
  • Type DisassociateScalingGroupsWithUserGroup was added
  • Type DisassociateScalingGroupsWithKeyPair was added
  • Field associate_scaling_groups_with_domain was added to object type Mutations
  • Field associate_scaling_groups_with_user_group was added to object type Mutations
  • Field associate_scaling_groups_with_keypair was added to object type Mutations
  • Field disassociate_scaling_groups_with_domain was added to object type Mutations
  • Field disassociate_scaling_groups_with_user_group was added to object type Mutations
  • Field disassociate_scaling_groups_with_keypair was added to object type Mutations

Looking for more advanced tool? Try GraphQL Hive!

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'AssociateScalingGroupsWithDomain' was added

Type 'AssociateScalingGroupsWithDomain' was added

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'AssociateScalingGroupsWithUserGroup' was added

Type 'AssociateScalingGroupsWithUserGroup' was added

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'AssociateScalingGroupsWithKeyPair' was added

Type 'AssociateScalingGroupsWithKeyPair' was added

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'DisassociateScalingGroupsWithDomain' was added

Type 'DisassociateScalingGroupsWithDomain' was added

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'DisassociateScalingGroupsWithUserGroup' was added

Type 'DisassociateScalingGroupsWithUserGroup' was added

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'DisassociateScalingGroupsWithKeyPair' was added

Type 'DisassociateScalingGroupsWithKeyPair' was added

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'associate_scaling_groups_with_domain' was added to object type 'Mutations'

Field 'associate_scaling_groups_with_domain' was added to object type 'Mutations'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'associate_scaling_groups_with_user_group' was added to object type 'Mutations'

Field 'associate_scaling_groups_with_user_group' was added to object type 'Mutations'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'associate_scaling_groups_with_keypair' was added to object type 'Mutations'

Field 'associate_scaling_groups_with_keypair' was added to object type 'Mutations'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'disassociate_scaling_groups_with_domain' was added to object type 'Mutations'

Field 'disassociate_scaling_groups_with_domain' was added to object type 'Mutations'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'disassociate_scaling_groups_with_user_group' was added to object type 'Mutations'

Field 'disassociate_scaling_groups_with_user_group' was added to object type 'Mutations'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'disassociate_scaling_groups_with_keypair' was added to object type 'Mutations'

Field 'disassociate_scaling_groups_with_keypair' was added to object type 'Mutations'