Skip to main content

libraryResourceFolderContentsConnection

Reads and enables pagination through a set of LibraryResourceFolderContent.

libraryResourceFolderContentsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceFolderContentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): LibraryResourceFolderContentsConnection

Arguments

libraryResourceFolderContentsConnection.first ● Int scalar

Only read the first n values of the set.

libraryResourceFolderContentsConnection.last ● Int scalar

Only read the last n values of the set.

libraryResourceFolderContentsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

libraryResourceFolderContentsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

libraryResourceFolderContentsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

libraryResourceFolderContentsConnection.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum

The method to use when ordering LibraryResourceFolderContent.

libraryResourceFolderContentsConnection.condition ● LibraryResourceFolderContentCondition input

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

libraryResourceFolderContentsConnection.filter ● LibraryResourceFolderContentFilter input

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

Type

LibraryResourceFolderContentsConnection object

A connection to a list of LibraryResourceFolderContent values.