Skip to main content

Interface: CustomerSearchArguments

Defined in: type/CustomerSearchArguments.ts:7

Input object for CustomerSearchArguments

Properties

createdAt?

optional createdAt?: DateSearchInput

Defined in: type/CustomerSearchArguments.ts:29

Search by date created


customerIds?

optional customerIds?: number[]

Defined in: type/CustomerSearchArguments.ts:9

List of unique customer ids


email?

optional email?: string

Defined in: type/CustomerSearchArguments.ts:17

Customer's email


firstName?

optional firstName?: string

Defined in: type/CustomerSearchArguments.ts:11

Customer's first name


gender?

optional gender?: Gender

Defined in: type/CustomerSearchArguments.ts:19

Customer's gender


lastModifiedAt?

optional lastModifiedAt?: DateSearchInput

Defined in: type/CustomerSearchArguments.ts:27

Search by date changed


lastName?

optional lastName?: string

Defined in: type/CustomerSearchArguments.ts:15

Customer's last name


middleName?

optional middleName?: string

Defined in: type/CustomerSearchArguments.ts:13

Customer's middle name


offset?

optional offset?: number

Defined in: type/CustomerSearchArguments.ts:23

offset input field


page?

optional page?: number

Defined in: type/CustomerSearchArguments.ts:21

page input field


sort?

optional sort?: CustomerSortInput[]

Defined in: type/CustomerSearchArguments.ts:25

List of customer sort filters