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