UpdateWorkScheduleTypeInput
Input for updating an existing work schedule type in Odoo
input UpdateWorkScheduleTypeInput {
hoursPerWeek: Float
id: OdooID!
name: String!
}
Fields
UpdateWorkScheduleTypeInput.hoursPerWeek ● Float scalar
Working hours per week
UpdateWorkScheduleTypeInput.id ● OdooID! non-null scalar
ID of the work schedule type to update
UpdateWorkScheduleTypeInput.name ● String! non-null scalar
New name of the work schedule type
Member Of
updateWorkScheduleType mutation