Skip to content

UpdateSyncPermissionsInput ​

Input for the updateSyncPermissions mutation

graphql
input UpdateSyncPermissionsInput {
  canSyncOthers: Boolean
  canSyncSelf: Boolean
  id: ID!
}

Fields ​

UpdateSyncPermissionsInput.canSyncOthers ● Boolean scalar ​

Whether the sync service is allowed to sync content of other users

UpdateSyncPermissionsInput.canSyncSelf ● Boolean 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

Released under the MIT License.