crowdyStudioCommonFiles
List the current immutable versions of published Crowdy Studio-curated common files for one app. Requires an app-scoped token for appId; unlike private player source, this catalog content is intentionally readable by players in that app. Results are bounded and may be filtered by target.
crowdyStudioCommonFiles(
appId: BigInt!
target: CrowdyStudioTarget
limit: Int
offset: Int
): [CrowdyStudioCommonFile!]!
Arguments
crowdyStudioCommonFiles.appId ● BigInt! non-null scalar
App tenant whose published curated catalog should be read; the bearer token must match it.
crowdyStudioCommonFiles.target ● CrowdyStudioTarget enum
Optional SERVER or CLIENT compatibility filter; omit for both targets.
crowdyStudioCommonFiles.limit ● Int scalar
Maximum published entries to return (default 50, allowed 1–100).
crowdyStudioCommonFiles.offset ● Int scalar
Number of matching catalog entries to skip (default 0, maximum 10000).
Type
CrowdyStudioCommonFile object
A Crowdy Studio-curated app-scoped common file at its current immutable published version. Unlike personal source, this content is intentionally readable by app-scoped players.