customers
Find customers
customers(
active: Boolean = true
after: String
articleId: Int
before: String
first: Int
groupId: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
storyId: Int
topicId: Int
): CustomerConnection
Arguments
customers.active ● Boolean scalar
Filter non-active customers
customers.after ● String scalar
Returns the elements in the list that come after the specified cursor.
customers.articleId ● Int scalar
Filter by articleId
customers.before ● String scalar
Returns the elements in the list that come before the specified cursor.
customers.first ● Int scalar
Returns the first _n_ elements from the list.
customers.groupId ● Int scalar
Filter by group
customers.last ● Int scalar
Returns the last _n_ elements from the list.
customers.sort ● [Sort!] list input
Sort result
customers.storyId ● Int scalar
Filter by storyId
customers.topicId ● Int scalar
Filter by topicId
Type
CustomerConnection object
The connection type for Customer.