Skip to content

angee.storage_integrate_iphone.schema

Console GraphQL mutation for iPhone-backup Mounts.

StorageIntegrateIphoneMutation

python
@strawberry.type
class StorageIntegrateIphoneMutation()

Admin provisioning for iPhone-backup storage Mounts.

connect_iphone_backup

python
@strawberry.mutation(permission_classes=ADMIN_PERMISSION_CLASSES)
def connect_iphone_backup(info: strawberry.Info, name: str, path: str,
                          mode: MountMode) -> MountType

Connect an unencrypted Finder/iTunes backup and queue its first sync.

schemas

GraphQL contributions installed by the iPhone-backup storage addon.

Released under the AGPL-3.0 License.