Skip to main content

EditLeaveAllocationInput

Input for deleting a leave allocation

input EditLeaveAllocationInput {
id: OdooID!
numberOfDays: Int!
validFrom: Date!
validTo: Date!
}

Fields

EditLeaveAllocationInput.id ● OdooID! non-null scalar

Unique identifier

EditLeaveAllocationInput.numberOfDays ● Int! non-null scalar

Total number of allocated days

EditLeaveAllocationInput.validFrom ● Date! non-null scalar

Start of the leave allocation's validity

EditLeaveAllocationInput.validTo ● Date! non-null scalar

End of the leave allocation's validity

Member Of

editLeaveAllocation mutation