CustomersFilter: {
    companyIdentifiers?: InputMaybe<CompanyIdentifierInput[]>;
    customerGroupIds?: InputMaybe<Scalars["ID"][]>;
    customerGroupKeys?: InputMaybe<Scalars["String"][]>;
    isMarkedAsSpam?: InputMaybe<Scalars["Boolean"]>;
    tenantIdentifiers?: InputMaybe<TenantIdentifierInput[]>;
}

Type declaration

  • Optional companyIdentifiers?: InputMaybe<CompanyIdentifierInput[]>

    Filters customers to those belonging to the given companies. Customers who dont belong to any of the given companies will not be included. Can be combined with other company filters.

  • Optional customerGroupIds?: InputMaybe<Scalars["ID"][]>

    Filters customers to those with at least one of the given customer group IDs. Customers with no groups will not be included. Can be combined with other group filters.

  • Optional customerGroupKeys?: InputMaybe<Scalars["String"][]>

    Filters customers to those with at least one of the given customer group keys. Customers with no groups will not be included. Can be combined with other group filters.

  • Optional isMarkedAsSpam?: InputMaybe<Scalars["Boolean"]>
  • Optional tenantIdentifiers?: InputMaybe<TenantIdentifierInput[]>

    Filters customers to those belonging to the given tenants. Customers who dont belong to any of the given tenants will not be included. Can be combined with other company filters.

Generated using TypeDoc