crowdyStudioProjects
List the authenticated player’s private Crowdy Studio projects in one app, newest first. Requires an app-scoped token for appId; every row and source-file read is filtered by both app and caller ownership. The bounded result defaults to 25 and never grants grid deployment authority.
crowdyStudioProjects(
appId: BigInt!
includeArchived: Boolean
limit: Int
offset: Int
): [CrowdyStudioProject!]!
Arguments
crowdyStudioProjects.appId ● BigInt! non-null scalar
App tenant to list. The bearer token must be scoped to this exact app.
crowdyStudioProjects.includeArchived ● Boolean scalar
True to include retained archived projects; omitted/false returns active projects only.
crowdyStudioProjects.limit ● Int scalar
Maximum projects to return (default 25, allowed 1–50).
crowdyStudioProjects.offset ● Int scalar
Number of owner-scoped projects to skip (default 0, maximum 10000).
Type
CrowdyStudioProject object
A private, revisioned Crowdy Studio project owned by one user in one app. Optional grid affinity and module names are authoring hints only; deployment still rechecks current grid ownership and target-specific permissions.