Type alias CustomersFilter

CustomersFilter: {
    assignedToUser?: InputMaybe<Scalars["ID"][]>;
    customerGroupIds?: InputMaybe<Scalars["ID"][]>;
    customerGroupKeys?: InputMaybe<Scalars["String"][]>;
    isAssigned?: InputMaybe<Scalars["Boolean"]>;
    isMarkedAsSpam?: InputMaybe<Scalars["Boolean"]>;
}

Type declaration

  • Optional assignedToUser?: InputMaybe<Scalars["ID"][]>
  • 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 isAssigned?: InputMaybe<Scalars["Boolean"]>
  • Optional isMarkedAsSpam?: InputMaybe<Scalars["Boolean"]>

Generated using TypeDoc