mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-29 07:21:27 +00:00
fix(backups): non-nullable service when backing up
This commit is contained in:
parent
4862cdc72f
commit
cbedd196e4
|
@ -31,7 +31,7 @@ allSnapshots {
|
||||||
"""
|
"""
|
||||||
|
|
||||||
API_BACK_UP_MUTATION = """
|
API_BACK_UP_MUTATION = """
|
||||||
mutation TestBackupService($service_id: String) {
|
mutation TestBackupService($service_id: String!) {
|
||||||
startBackup(serviceId: $service_id) {
|
startBackup(serviceId: $service_id) {
|
||||||
success
|
success
|
||||||
message
|
message
|
||||||
|
|
Loading…
Reference in a new issue