Skip to main content

resources

Get resources using cursor-based pagination

resources(
after: String
before: String
filter: JSONObject
first: Int
last: Int
sort: ResourceSort
): ResourceConnection!

Arguments

resources.after ● String scalar

Returns resources after this cursor

resources.before ● String scalar

Returns resources before this cursor

resources.filter ● JSONObject scalar

Filter for searching resources

resources.first ● Int scalar

Returns the first n resources from the cursor position

resources.last ● Int scalar

Returns the last n resources before the cursor position

resources.sort ● ResourceSort input

Sort resources by a supported column

Type

ResourceConnection object