INPUT_OBJECT

CreateBuyerTableCallListPdfInput

Autogenerated input type of CreateBuyerTableCallListPdf

link GraphQL Schema definition

  • input CreateBuyerTableCallListPdfInput {
  • # Contact filter for call list
  • filterSet: FilterSetAttributes
  • # Array of selected contact ids (mutually exclusive with deselectedContactIds)
  • selectedContactIds: [ID!]
  • # Array of deselected contact ids (mutually exclusive with selectedContactIds)
  • deselectedContactIds: [ID!]
  • # create a call list for this property's buyers or tenants
  • propertyId: ID!
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by