crowdyStudioProject
Load one private Crowdy Studio project with all bounded source files. Requires an app-scoped token for appId and exact caller ownership; missing, cross-app, and cross-user ids all return the same NOT_FOUND shape. Grid owners and Crowdy Studio operators receive no source override.
crowdyStudioProject(
appId: BigInt!
projectId: String!
): CrowdyStudioProject!
Arguments
crowdyStudioProject.appId ● BigInt! non-null scalar
App tenant containing the project; the bearer token must match it.
crowdyStudioProject.projectId ● String! non-null scalar
Private project UUID to load.
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.