Skip to main content

customers

List of the shop's customers.

customers(
filter: CustomerFilterInput
sortBy: UserSortingInput
before: String
after: String
first: Int
last: Int
): UserCountableConnection!

Arguments

customers.filter ● CustomerFilterInput input

Filtering options for customers.

customers.sortBy ● UserSortingInput input

Sort customers.

customers.before ● String scalar

Return the elements in the list that come before the specified cursor.

customers.after ● String scalar

Return the elements in the list that come after the specified cursor.

customers.first ● Int scalar

Return the first n elements from the list.

customers.last ● Int scalar

Return the last n elements from the list.

Type

UserCountableConnection object

Was this page helpful?