Skip to main content

libraryResourceFolderContents

Reads a set of LibraryResourceFolderContent.

libraryResourceFolderContents(
first: Int
offset: Int
orderBy: [LibraryResourceFolderContentsOrderBy!]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): [LibraryResourceFolderContent!]

Arguments

libraryResourceFolderContents.first ● Int scalar

Only read the first n values of the set.

libraryResourceFolderContents.offset ● Int scalar

Skip the first n values.

libraryResourceFolderContents.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum

The method to use when ordering LibraryResourceFolderContent.

libraryResourceFolderContents.condition ● LibraryResourceFolderContentCondition input

A condition to be used in determining which values should be returned by the collection.

libraryResourceFolderContents.filter ● LibraryResourceFolderContentFilter input

A filter to be used in determining which values should be returned by the collection.

Type

LibraryResourceFolderContent object