class UpdateSyncPermissionsInput(val id: ID, val canSyncSelf: Boolean?, val canSyncOthers: Boolean?) : Input

Input for the updateSyncPermissions mutation

Constructors

Link copied to clipboard
constructor(id: ID, canSyncSelf: Boolean?, canSyncOthers: Boolean?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: ID

Functions

Link copied to clipboard
open fun validate()

Validates this input