Skip to main content

CreateClientListDocumentInput

Input for creating a new PDF document containing a list of clients of a residential park

input CreateClientListDocumentInput {
clientIds: [ClientID!]
residentialParkId: ResidentialParkID!
}

Fields

CreateClientListDocumentInput.clientIds ● [ClientID!] list scalar

List of employees to visualize. If not provided, all are fetched.

CreateClientListDocumentInput.residentialParkId ● ResidentialParkID! non-null scalar

Identifier of the residential park

Member Of

createClientListDocument mutation