feat(BA-527): Add uid and gid columns to users and kernels tables #3278
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_supplementary_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_supplementary_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_supplementary_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_supplementary_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
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
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
github-actions / GraphQL Inspector
Field 'container_supplementary_gids' was added to object type 'UserNode'
Field 'container_supplementary_gids' was added to object type 'UserNode'
Check notice on line 851 in docs/manager/graphql-reference/schema.graphql
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
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
github-actions / GraphQL Inspector
Field 'container_supplementary_gids' was added to object type 'User'
Field 'container_supplementary_gids' was added to object type 'User'
Check warning on line 2096 in docs/manager/graphql-reference/schema.graphql
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
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
github-actions / GraphQL Inspector
Input field 'container_supplementary_gids' was added to input object type 'UserInput'
Input field 'container_supplementary_gids' was added to input object type 'UserInput'
Check warning on line 2135 in docs/manager/graphql-reference/schema.graphql
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
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
github-actions / GraphQL Inspector
Input field 'container_supplementary_gids' was added to input object type 'ModifyUserInput'
Input field 'container_supplementary_gids' was added to input object type 'ModifyUserInput'