customers
Returns a list of customers that can be filtered by various parameters.
customers(
after: String
before: String
filters: CustomerFilterInput
first: Int
last: Int
): CustomerConnection
Arguments
customers.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
customers.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
customers.filters ● CustomerFilterInput input people
Filtering options for customers.
customers.first ● Int scalar common
Returns the first _n_ elements from the list.
customers.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
CustomerConnection object common
The connection type for Customer.