CrowdyStudioProjectFileInput
One direct-authored initial or batch-upsert project file. Paths and UTF-8 bytes are validated against player-compute safety limits.
input CrowdyStudioProjectFileInput {
target: CrowdyStudioTarget!
path: String!
content: String!
}
Fields
CrowdyStudioProjectFileInput.target ● CrowdyStudioTarget! non-null enum
Project target receiving this file.
CrowdyStudioProjectFileInput.path ● String! non-null scalar
Safe relative path: Cargo.toml or a .rs file below src/, with no traversal segments.
CrowdyStudioProjectFileInput.content ● String! non-null scalar
UTF-8 source text, capped at 64 KiB.
Member Of
CreateCrowdyStudioProjectInput input ● SaveCrowdyStudioProjectFilesInput input ● SaveCrowdyStudioProjectInput input