selfprivacy-rest-api/tests/test_graphql
Inex Code c6919293b6 refactor(api): Group mutations
I've learned that there is no problem in grouping mutations like we do with queries.
This is a big mistake from my side, now we have legacy not so conveniently placed endpoints.
I've grouped all mutations, left the copies of old ones flattened in the root for backwards compatibility.
We will migrate to mutation groups on client side, and backups now only use grouped mutations.
Tests are updated.
2023-06-21 06:46:56 +03:00
..
data add basic system getters 2022-06-24 21:14:20 +03:00
test_repository refactor(repository): Tokens repository JSON backend (#18) 2022-12-30 21:20:17 +03:00
test_ssh migrate backblaze settings to new json format 2022-11-02 13:52:33 +00:00
test_system migrate backblaze settings to new json format 2022-11-02 13:52:33 +00:00
test_users migrate backblaze settings to new json format 2022-11-02 13:52:33 +00:00
__init__.py API keys graphql tests 2022-06-29 20:39:46 +03:00
test_api.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
test_api_backup.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_api_devices.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_api_recovery.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_api_version.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
test_backup.py feature(backups): actually dealing with situation when the provider is not configured 2023-06-19 11:09:10 +00:00
test_localsecret.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_ssh.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_system.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_system_nixos_tasks.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_users.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00