ThreadsFilter: {
    assignedToUser?: InputMaybe<Scalars["ID"][]>;
    companyIdentifiers?: InputMaybe<CompanyIdentifierInput[]>;
    customerGroupIdentifiers?: InputMaybe<CustomerGroupIdentifier[]>;
    customerIds?: InputMaybe<Scalars["ID"][]>;
    isAssigned?: InputMaybe<Scalars["Boolean"]>;
    isMarkedAsSpam?: InputMaybe<Scalars["Boolean"]>;
    labelTypeIds?: InputMaybe<Scalars["ID"][]>;
    priorities?: InputMaybe<Scalars["Int"][]>;
    statuses?: InputMaybe<ThreadStatus[]>;
    supportEmailAddresses?: InputMaybe<Scalars["String"][]>;
    tenantIdentifiers?: InputMaybe<TenantIdentifierInput[]>;
    threadFields?: InputMaybe<ThreadFieldFilter[]>;
    threadIds?: InputMaybe<Scalars["ID"][]>;
    tierIdentifiers?: InputMaybe<TierIdentifierInput[]>;
}

Type declaration

Generated using TypeDoc