Skip to main content

crowdyStudioLibraryFiles

List the authenticated player’s private reusable Crowdy Studio source files in one app. Requires an app-scoped token for appId; cross-user entries are never visible, including to grid owners or Crowdy Studio operators. The bounded result defaults to 50.

crowdyStudioLibraryFiles(
appId: BigInt!
includeArchived: Boolean
limit: Int
offset: Int
): [CrowdyStudioLibraryFile!]!

Arguments

crowdyStudioLibraryFiles.appId ● BigInt! non-null scalar

App tenant whose caller-owned personal library should be listed.

crowdyStudioLibraryFiles.includeArchived ● Boolean scalar

True to include retained archived entries; omitted/false returns active entries only.

crowdyStudioLibraryFiles.limit ● Int scalar

Maximum private library entries to return (default 50, allowed 1–100).

crowdyStudioLibraryFiles.offset ● Int scalar

Number of owner-scoped library entries to skip (default 0, maximum 10000).

Type

CrowdyStudioLibraryFile object

A reusable private text file in the authenticated player’s app-scoped personal library.