Skip to main content

appsForOrg

All apps belonging to an organization, identified by the org's slug, regardless of visibility or status (includes drafts and archived). Requires authentication; intended for org dashboards. Ordered newest-first. Returns an empty list for an unknown slug.

appsForOrg(
orgSlug: String!
): [App!]!

Arguments

appsForOrg.orgSlug ● String! non-null scalar

URL slug of the organization whose apps to list.

Type

App object

A publishable application (game/experience) owned by an organization. Its discoverability is controlled by visibility and its lifecycle by status.