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) -> MountTypeConnect an unencrypted Finder/iTunes backup and queue its first sync.
schemas
GraphQL contributions installed by the iPhone-backup storage addon.