Skip to content

SellerLeadsFilter

The SellerLeadsFilter is an input object type. It is used as an input parameter to the sellerLeads query.

input SellerLeadsFilter {
createdSince: DateTime
createdBefore: DateTime
updatedSince: DateTime
}
FieldTypeDescription
createdSinceDateTimeFilter leads to those created since this Date (inclusive). It must be a valid DateTime type.
createdBeforeDateTimeFilter leads to those created before this Date (inclusive). It must be a valid DateTime type.
updatedSinceDateTimeFilter leads to those that have been updated since this Date (inclusive). It will include leads that were created during this time. It must be a valid DateTime type.