INPUT_OBJECT
CreateBuyerTableCallListPdfInput
Autogenerated input type of CreateBuyerTableCallListPdf
link GraphQL Schema definition
- input CreateBuyerTableCallListPdfInput {
- # Contact filter for call list
- : FilterSetAttributes
- # Array of selected contact ids (mutually exclusive with deselectedContactIds)
- : [ID!]
- # Array of deselected contact ids (mutually exclusive with selectedContactIds)
- : [ID!]
- # create a call list for this property's buyers or tenants
- : ID!
- # A unique identifier for the client performing the mutation.
- : String
- }