Skip to main content

resources

Reads a set of Resource.

resources(
first: Int
offset: Int
orderBy: [ResourcesOrderBy!]
condition: ResourceCondition
filter: ResourceFilter
): [Resource!]

Arguments

resources.first ● Int scalar

Only read the first n values of the set.

resources.offset ● Int scalar

Skip the first n values.

resources.orderBy ● [ResourcesOrderBy!] list enum

The method to use when ordering Resource.

resources.condition ● ResourceCondition input

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

resources.filter ● ResourceFilter input

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

Type

Resource object

A file, link, or embedded piece of content attached to an accord — or a folder that groups other resources.