INPUT_OBJECT
UpdateTaskSharingClientRelationInput
link GraphQL Schema definition
- input UpdateTaskSharingClientRelationInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the user.
- : ID
- # Sharing role granting the user a specific access level (e.g. Read, Edit) on the
- # task.
- : SharingRoleEnum
- # Id of the shared task.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }