Skip to main content

myMarketplaceListings

List every listing (any status) owned by a workspace the caller can read from. AUTHENTICATED. Unlike the anonymous hub this DOES show unpublished and taken-down listings — an owner needs to see a listing was taken down, not have it silently vanish.

myMarketplaceListings: [MarketplaceListingAdmin!]!

Type

MarketplaceListingAdmin object

Owner-facing view of ONE of the caller's own listings, in ANY status. AUTHENTICATED and a SEPARATE type from MarketplaceListingDetail — unlike the anonymous type this DOES carry ids (id, strategyID, backtestID): unlike sharesForResource (which already receives the resource id as a query argument), myMarketplaceListings takes no argument, so the caller needs these to tell listings apart and to know what is currently pinned before a republish. It is still built field by field, never by embedding the ent row, so fork_payload stays unreachable here too.