INTERFACE
CatalogItemEdge
link GraphQL Schema definition
- interface CatalogItemEdge {
- # Optional cursor to refer to this node
- String :
- # Node element available through this edge
- CatalogItem! :
- }
INTERFACE
- interface CatalogItemEdge {
- # Optional cursor to refer to this node
- String :
- # Node element available through this edge
- CatalogItem! :
- }