customerGroups
Returns a list of Customer Groups
customerGroups(
active: Boolean
after: String
before: String
first: Int
last: Int
): CustomerGroupConnection
Arguments
customerGroups.active ● Boolean scalar
Filter by active
customerGroups.after ● String scalar
Returns the elements in the list that come after the specified cursor.
customerGroups.before ● String scalar
Returns the elements in the list that come before the specified cursor.
customerGroups.first ● Int scalar
Returns the first _n_ elements from the list.
customerGroups.last ● Int scalar
Returns the last _n_ elements from the list.
Type
CustomerGroupConnection object
The connection type for CustomerGroup.