OBJECT
AllSellersConnection
The connection type for AllSeller.
link GraphQL Schema definition
- type AllSellersConnection {
- # A list of edges.
- AllSellersEdge] : [
- # A list of nodes.
- AllSeller] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }