Queries
customerGroups
Fetch a paginated list of all customer groups in the workspace. Optionally filter by external IDs using the filters argument. Uses cursor-based pagination.
QUERY
customerGroups(filters: CustomerGroupsFilter, first: Int, after: String, last: Int, before: String): CustomerGroupConnection!Arguments
filters
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Response
Query
Response

