INTERFACE
interface CatalogEdge {# Optional cursor to refer to this nodecursor: String # Node element available through this edgenode: Catalog! }