CreateEmployeeListDocumentInput
Input for creating a new PDF document containing a list of employees of a residential park
input CreateEmployeeListDocumentInput {
employeeIds: [EmployeeID!]
residentialParkId: ResidentialParkID!
}
Fields
CreateEmployeeListDocumentInput.employeeIds ● [EmployeeID!] list scalar
List of employees to visualize. If not provided, all are fetched.
CreateEmployeeListDocumentInput.residentialParkId ● ResidentialParkID! non-null scalar
Identifier of the residential park
Member Of
createEmployeeListDocument mutation