SelfPrivacy GraphQL which allows app to control your server
 
 
Go to file
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
.idea chore: Project files for IDEA 2023-02-06 11:50:16 +03:00
.vscode Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
selfprivacy_api refactor(api): Group mutations 2023-07-17 16:05:00 +03:00
tests refactor(api): Group mutations 2023-07-17 16:05:00 +03:00
.coveragerc More unit tests and bugfixes (#7) 2022-01-10 22:35:00 +02:00
.drone.yml ci: Add redis to CI pipeline 2022-12-27 07:13:03 +03:00
.gitignore fix: Migrate to SP channel from 22.11 installations 2023-06-14 19:27:11 +03:00
.pylintrc Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
CONTRIBUTING.md docs: add CONTRIBUTING.md 2022-12-30 21:21:34 +03:00
LICENSE Add a license 2021-11-18 10:05:04 +02:00
pyproject.toml Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
setup.py fix: Migrate to SP channel from 22.11 installations 2023-06-14 19:27:11 +03:00
shell.nix chore: Update dev nix shell 2023-05-09 11:54:47 +03:00