OBJECT
_CatalogConnectionFederated
link GraphQL Schema definition
- type _CatalogConnectionFederated implements CatalogConnection, Connection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- _CatalogEdgeFederated!] : [
- # Paging support
- PageInfo! :
- # Optional total elements count across all pages when available
- Int :
- }