Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Add users_to_add and users_to_remove fields to replace user update mode #1705

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from

Merge remote-tracking branch 'origin/fix/refactor-group-graphql' into…

f4ee3bb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

refactor: Add users_to_add and users_to_remove fields to replace user update mode #1705

Merge remote-tracking branch 'origin/fix/refactor-group-graphql' into…
f4ee3bb
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded May 1, 2024 in 1s

Everything looks good

Found 2 changes

Breaking: 0
Dangerous: 2
Safe: 0

Dangerous changes

  • Input field add_users was added to input object type ModifyGroupInput
  • Input field remove_users was added to input object type ModifyGroupInput

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check warning on line 1146 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'add_users' was added to input object type 'ModifyGroupInput'

Input field 'add_users' was added to input object type 'ModifyGroupInput'

Check warning on line 1149 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'remove_users' was added to input object type 'ModifyGroupInput'

Input field 'remove_users' was added to input object type 'ModifyGroupInput'