MarketplaceEligibility
Whether a strategy (optionally, a specific backtest) may be published RIGHT NOW, and why not if not. Reports EVERY rule, passed or failed — never fail-fast — so the drawer never makes a publisher fix one failure only to discover the next.
type MarketplaceEligibility {
eligible: Boolean!
rules: [MarketplaceEligibilityRule!]!
}
Fields
MarketplaceEligibility.eligible ● Boolean! non-null scalar
MarketplaceEligibility.rules ● [MarketplaceEligibilityRule!]! non-null object
Returned By
marketplaceEligibility query