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
Returns the elements in the list that come after the specified cursor.
customers.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
customers.filters
● CustomerFilterInput
input
Filtering options for customers.
customers.first
● Int
scalar
Returns the first _n_ elements from the list.
customers.last
● Int
scalar
Returns the last _n_ elements from the list.
Type
CustomerConnection
object
The connection type for Customer.