Skip to main content

publicShareType

Resolve a share slug to its resource TYPE (backtest or strategy) — the tiny discriminator an anonymous embed uses to decide WHICH projection to render for a slug it holds. ANONYMOUS — no auth directive, isolated from the authenticated resolver graph. Returns null for any unknown, revoked, or expired link (uniform not-found; no oracle). Reveals ONLY the resource_type enum — never ids, owner, projection level, or any resource content — and loads no underlying entity.

publicShareType(
shareToken: String!
): ShareResourceType

Arguments

publicShareType.shareToken ● String! non-null scalar

Type

ShareResourceType enum

Kind of resource a share link projects (a backtest, a pinned strategy version, a frozen hyperopt result, or a frozen simulation result).