appBySlug
Look up a single app by its org slug + app slug (the marketplace URL path). PUBLIC: no authentication required, and NOT filtered by visibility/status, so it can resolve unlisted or draft apps when the exact slugs are known. Returns null if no matching app exists.
appBySlug(
orgSlug: String!
appSlug: String!
): App
Arguments
appBySlug.orgSlug ● String! non-null scalar
URL slug of the owning organization (e.g. "acme" in the path /acme/my-game).
appBySlug.appSlug ● String! non-null scalar
URL slug of the app within the org (e.g. "my-game"). Unique per org.
Type
App object
A publishable application (game/experience) owned by an organization. Its discoverability is controlled by visibility and its lifecycle by status.