Skip to main content

hubLibraryResources

Reads a set of HubLibraryResource.

hubLibraryResources(
first: Int
offset: Int
orderBy: [HubLibraryResourcesOrderBy!]
condition: HubLibraryResourceCondition
filter: HubLibraryResourceFilter
): [HubLibraryResource!]

Arguments

hubLibraryResources.first ● Int scalar

Only read the first n values of the set.

hubLibraryResources.offset ● Int scalar

Skip the first n values.

hubLibraryResources.orderBy ● [HubLibraryResourcesOrderBy!] list enum

The method to use when ordering HubLibraryResource.

hubLibraryResources.condition ● HubLibraryResourceCondition input

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

hubLibraryResources.filter ● HubLibraryResourceFilter input

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

Type

HubLibraryResource object