Interface: CustomerSearchArguments
Defined in: type/CustomerSearchArguments.ts:7
Input object for CustomerSearchArguments
Properties
createdAt?
optionalcreatedAt?:DateSearchInput
Defined in: type/CustomerSearchArguments.ts:29
Search by date created
customerIds?
optionalcustomerIds?:number[]
Defined in: type/CustomerSearchArguments.ts:9
List of unique customer ids
email?
optionalemail?:string
Defined in: type/CustomerSearchArguments.ts:17
Customer's email
firstName?
optionalfirstName?:string
Defined in: type/CustomerSearchArguments.ts:11
Customer's first name
gender?
optionalgender?:Gender
Defined in: type/CustomerSearchArguments.ts:19
Customer's gender
lastModifiedAt?
optionallastModifiedAt?:DateSearchInput
Defined in: type/CustomerSearchArguments.ts:27
Search by date changed
lastName?
optionallastName?:string
Defined in: type/CustomerSearchArguments.ts:15
Customer's last name
middleName?
optionalmiddleName?:string
Defined in: type/CustomerSearchArguments.ts:13
Customer's middle name
offset?
optionaloffset?:number
Defined in: type/CustomerSearchArguments.ts:23
offset input field
page?
optionalpage?:number
Defined in: type/CustomerSearchArguments.ts:21
page input field
sort?
optionalsort?:CustomerSortInput[]
Defined in: type/CustomerSearchArguments.ts:25
List of customer sort filters