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
customers.sortBy ● UserSortingInput input
customers.before ● String scalar
Returns the items in the list that come before the specified cursor.
customers.after ● String scalar
Returns the items in the list that come after the specified cursor.
customers.first ● Int scalar
Returns the first n items from the list.
customers.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
UserCountableConnection object
A connection to a list of items.