CustomerUserConnection
No description
type CustomerUserConnection {
totalCount: Int
nodes: [CustomerUser]
}
No description
type CustomerUserConnection {
totalCount: Int
nodes: [CustomerUser]
}
CustomerUserConnection.totalCount ● Int scalarCustomerUserConnection.nodes ● [CustomerUser] list object