UpdateSyncPermissionsInput
Input for the updateSyncPermissions mutation
input UpdateSyncPermissionsInput {
canSyncOthers: Boolean!
canSyncSelf: Boolean!
id: ID!
}
Fields
UpdateSyncPermissionsInput.canSyncOthers
● Boolean!
non-null scalar
Whether the sync service is allowed to sync content of other users
UpdateSyncPermissionsInput.canSyncSelf
● Boolean!
non-null scalar
Whether the sync service is allowed to sync content of the user
UpdateSyncPermissionsInput.id
● ID!
non-null scalar
The SyncPermissionTarget to update the sync permissions for the current user
Member of
updateSyncPermissions
mutation