-
- Downloads
There was an error fetching the commit references. Please try again later.
feat: change users query and change user data to use group enum
### Changes * `FilterUsersInput` field `group` renamed to `groups` * `FilterUserInput` field `groups` type changed to a list `GroupEnum`s * `ChangeUserInput` field `group` type changed to `GroupEnum` ### Deletions * remove `isStaff` and `isSuperuser` from `UserType` Closes #249
Showing
- user/graphql_inputs.py 4 additions, 2 deletionsuser/graphql_inputs.py
- user/migrations/0006_auto_20240731_1426.py 21 additions, 0 deletionsuser/migrations/0006_auto_20240731_1426.py
- user/models.py 0 additions, 8 deletionsuser/models.py
- user/schema/query.py 2 additions, 2 deletionsuser/schema/query.py
- user/schema/validators.py 5 additions, 13 deletionsuser/schema/validators.py
Loading
Please register or sign in to comment