Skip to main content

crowdyStudioProjectCreateFromModules

Lazily create a private project by copying the authenticated author’s latest source from an existing self-authored SERVER module, CLIENT module, or both. Requires an app-scoped token and authorship of every requested module; current grid ownership is deliberately not required for private source recovery after transfer, while any later deploy still rechecks ownership and target permissions. Repeated requests reuse the matching active project.

crowdyStudioProjectCreateFromModules(
input: CreateCrowdyStudioProjectFromModulesInput!
): CrowdyStudioProject!

Arguments

crowdyStudioProjectCreateFromModules.input ● CreateCrowdyStudioProjectFromModulesInput! non-null input

App/grid, one or two caller-authored module names, optional project name, and retry key.

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.