CustomerGroupConnection
The connection type for CustomerGroup.
type CustomerGroupConnection {
edges: [CustomerGroupEdge]
nodes: [CustomerGroup]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CustomerGroupConnection.edges ● [CustomerGroupEdge] list object
A list of edges.
CustomerGroupConnection.nodes ● [CustomerGroup] list object
A list of nodes.
CustomerGroupConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CustomerGroupConnection.totalCount ● Int! non-null scalar
Returned By
customerGroups query