Skip to content

feat(BA-528): Update GQL user mutation to allow set uid/gid #14413

feat(BA-528): Update GQL user mutation to allow set uid/gid

feat(BA-528): Update GQL user mutation to allow set uid/gid #14413

GitHub Actions / GraphQL Inspector succeeded Jan 17, 2025 in 1s

Everything looks good

Found 12 changes

Breaking: 0
Dangerous: 6
Safe: 6

Dangerous changes

  • Input field container_uid was added to input object type UserInput
  • Input field container_main_gid was added to input object type UserInput
  • Input field container_gids was added to input object type UserInput
  • Input field container_uid was added to input object type ModifyUserInput
  • Input field container_main_gid was added to input object type ModifyUserInput
  • Input field container_gids was added to input object type ModifyUserInput

Safe changes

  • Field container_uid was added to object type UserNode
  • Field container_main_gid was added to object type UserNode
  • Field container_gids was added to object type UserNode
  • Field container_uid was added to object type User
  • Field container_main_gid was added to object type User
  • Field container_gids was added to object type User

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 733 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_uid' was added to object type 'UserNode'

Field 'container_uid' was added to object type 'UserNode'

Check notice on line 738 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_main_gid' was added to object type 'UserNode'

Field 'container_main_gid' was added to object type 'UserNode'

Check notice on line 743 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_gids' was added to object type 'UserNode'

Field 'container_gids' was added to object type 'UserNode'

Check notice on line 851 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_uid' was added to object type 'User'

Field 'container_uid' was added to object type 'User'

Check notice on line 856 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_main_gid' was added to object type 'User'

Field 'container_main_gid' was added to object type 'User'

Check notice on line 861 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_gids' was added to object type 'User'

Field 'container_gids' was added to object type 'User'

Check warning on line 2096 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_uid' was added to input object type 'UserInput'

Input field 'container_uid' was added to input object type 'UserInput'

Check warning on line 2101 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_main_gid' was added to input object type 'UserInput'

Input field 'container_main_gid' was added to input object type 'UserInput'

Check warning on line 2106 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_gids' was added to input object type 'UserInput'

Input field 'container_gids' was added to input object type 'UserInput'

Check warning on line 2135 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_uid' was added to input object type 'ModifyUserInput'

Input field 'container_uid' was added to input object type 'ModifyUserInput'

Check warning on line 2140 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_main_gid' was added to input object type 'ModifyUserInput'

Input field 'container_main_gid' was added to input object type 'ModifyUserInput'

Check warning on line 2145 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_gids' was added to input object type 'ModifyUserInput'

Input field 'container_gids' was added to input object type 'ModifyUserInput'