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