selfprivacy-rest-api/selfprivacy_api/graphql
Inex Code b78ee5fcca 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-07-17 16:05:00 +03:00
..
common_types fix(backups): Handle orphaned snapshots 2023-07-17 16:05:00 +03:00
mutations refactor(api): Group mutations 2023-07-17 16:05:00 +03:00
queries fix(backups): Handle orphaned snapshots 2023-07-17 16:05:00 +03:00
__init__.py refactor(tokens-repo): delete is_token_valid from auth utils 2022-12-26 15:20:58 +00:00
schema.py refactor(api): Group mutations 2023-07-17 16:05:00 +03:00